@types/human-interval
Version:
TypeScript definitions for human-interval
31 lines (22 loc) • 860 B
Markdown
# Installation
> `npm install --save @types/human-interval`
# Summary
This package contains type definitions for human-interval (https://github.com/agenda/human-interval#readme).
# Details
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/human-interval.
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/human-interval/index.d.ts)
````ts
declare function humanInterval(time?: string): number | undefined;
declare namespace humanInterval {
interface LanguageMap {
[s: string]: number;
}
let languageMap: LanguageMap;
}
export = humanInterval;
````
### Additional Details
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT
* Dependencies: none
# Credits
These definitions were written by [Paul Melnikow](https://github.com/paulmelnikow).