• File: index.d.ts
  • Full Path: /home6/laduliya/test.mydthpay.com/node_modules/npm/node_modules/performance-now/src/index.d.ts
  • Date Modified: 10/26/1985 11:45 AM
  • File size: 218 bytes
  • MIME-type: text/plain
  • Charset: utf-8
// 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;