mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-02-18 23:02:43 +00:00
5 lines
127 B
TypeScript
5 lines
127 B
TypeScript
import ms from 'ms.macro';
|
|
|
|
const threeSeconds: number = ms('3 seconds');
|
|
const threeHundredMilliseconds: number = ms`300 ms`;
|