index.d.ts 110 B

1234
  1. declare module 'fast-json-stable-stringify' {
  2. function stringify(obj: any): string;
  3. export = stringify;
  4. }