mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
13 lines
365 B
TypeScript
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[];
|