rittenhop-ghost/versions/5.94.2/node_modules/human-interval/index.d.ts

4 lines
92 B
TypeScript
Raw Normal View History

declare function humanInterval(time?: string): number | undefined;
export = humanInterval;