ordinal.d.ts 66 B

123
  1. declare function ordinal(num: number): string;
  2. export = ordinal;