@types/human-interval
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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.

/@types/human-interval/

    Package Sidebar

    Install

    npm i @types/human-interval

    Weekly Downloads

    5,185

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    3.05 kB

    Total Files

    5

    Last publish

    Collaborators

    • types