DefinitelyTyped/types/millisecond/index.d.ts
Aayush Kapoor 54698152db Add millisecond package types (#27073)
* Add millisecond package types

* Update definition
2018-07-05 10:03:44 -07:00

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;