mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
11 lines
340 B
TypeScript
11 lines
340 B
TypeScript
// Type definitions for millisecond 0.1
|
|
// Project: https://github.com/unshiftio/millisecond
|
|
// Definitions by: Aayush Kapoor <https://github.com/xeoneux>
|
|
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
|
|
declare function millisecond(ms: string | number): number;
|
|
|
|
declare namespace millisecond { }
|
|
|
|
export = millisecond;
|