LeeThanh's picture
Upload 3012 files
5641073
declare module 'fast-json-stable-stringify' {
function stringify(obj: any): string;
export = stringify;
}