aboutsummaryrefslogtreecommitdiff
path: root/node_modules/fast-json-stable-stringify/index.d.ts
blob: 23e46cafc140a3ed99104ba1997f34b2414f9ef4 (plain)
1
2
3
4
declare module 'fast-json-stable-stringify' {
  function stringify(obj: any): string;
  export = stringify;
}