now.d.ts 47 B

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