ms.d.ts 98 B

12345
  1. declare function ms(str: string): number;
  2. declare function ms(num: number): string;
  3. export = ms;