objToStr.d.ts 65 B

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