stringify.d.ts 84 B

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