Current Directory:
/opt/bitninja-node-dojo/lib/node_modules/npm/node_modules/performance-now/src
Upload
Create File
File Name
Size
Actions
index.d.ts
218 bytes
Edit
|
Delete
|
Rename
|
Download
performance-now.coffee
553 bytes
Edit
|
Delete
|
Rename
|
Download
// 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;
Save Changes