char.d.ts 60 B

1234
  1. declare function char(num: number): string;
  2. export = char;