@types/microtime
Version:
TypeScript definitions for microtime
27 lines (18 loc) • 745 B
Markdown
# Installation
> `npm install --save @types/microtime`
# Summary
This package contains type definitions for microtime (https://github.com/wadey/node-microtime).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/microtime.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/microtime/index.d.ts)
````ts
export as namespace microtime;
export function now(): number;
export function nowDouble(): number;
export function nowStruct(): number[];
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 09:09:39 GMT
* Dependencies: none
# Credits
These definitions were written by [Kovács Vince](https://github.com/vincekovacs).