toStr.d.ts 59 B

123
  1. declare function toStr(val: any): string;
  2. export = toStr;