DefinitelyTyped/types/microtime/index.d.ts
2017-05-11 13:46:16 +02:00

13 lines
365 B
TypeScript

// Type definitions for microtime 2.1
// Project: https://github.com/wadey/node-microtime
// Definitions by: Kovács Vince <https://github.com/vincekovacs>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
export as namespace microtime;
export function now(): number;
export function nowDouble(): number;
export function nowStruct(): number[];