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
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.