DefinitelyTyped/types/ms.macro/ms.macro-tests.ts
2020-04-10 08:18:30 -07:00

5 lines
127 B
TypeScript

import ms from 'ms.macro';
const threeSeconds: number = ms('3 seconds');
const threeHundredMilliseconds: number = ms`300 ms`;