stringify.d.ts 84 B

123
  1. declare function stringify(obj: any, spaces?: number): string;
  2. export = stringify;