blob: 23e46cafc140a3ed99104ba1997f34b2414f9ef4 [file] [log] [blame]
Tim van der Lippec8f6ffd2020-04-06 13:42:00 +01001declare module 'fast-json-stable-stringify' {
2 function stringify(obj: any): string;
3 export = stringify;
4}