blob: 23e46cafc140a3ed99104ba1997f34b2414f9ef4 [file] [log] [blame]
declare module 'fast-json-stable-stringify' {
function stringify(obj: any): string;
export = stringify;
}