now.d.ts 47 B

1234
  1. declare function now(): number;
  2. export = now;