DefinitelyTyped/types/parse-ms/parse-ms-tests.ts
2017-11-29 20:22:10 +00:00

4 lines
104 B
TypeScript

import parseMs from "parse-ms";
const { days, hours, milliseconds, minutes, seconds } = parseMs(3000);