|
11 months ago | |
---|---|---|
.. | ||
LICENSE | 11 months ago | |
README.md | 11 months ago | |
index.d.ts | 11 months ago | |
package.json | 11 months ago |
npm install --save @types/pretty-hrtime
This package contains type definitions for pretty-hrtime (https://github.com/robrich/pretty-hrtime).
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/pretty-hrtime.
export = prettyHrtime;
declare function prettyHrtime(hrTime: [number, number], options?: prettyHrtime.Options): string;
declare namespace prettyHrtime {
interface Options {
verbose?: boolean | undefined;
precise?: boolean | undefined;
}
}
These definitions were written by BendingBender.