Newer
Older
CVSS_3.0_GUI / dist / CVSS_3.0_Calc-1.0.0-linux-x64 / node_modules / nwjs-builder-phoenix / node_modules / request / node_modules / performance-now / src / index.d.ts
root on 7 May 2019 218 bytes Initial commit
  1. // This file describes the package to typescript.
  2.  
  3. /**
  4. * Returns the number of milliseconds since the page was loaded (if browser)
  5. * or the node process was started.
  6. */
  7. declare function now(): number;
  8. export = now;
Buy Me A Coffee