perfNow.d.ts 55 B

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