ms.d.ts 98 B

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