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
// This file describes the package to typescript.

/**
 * Returns the number of milliseconds since the page was loaded (if browser)
 * or the node process was started.
 */
declare function now(): number;
export = now;