Jofthomas's picture
Jofthomas HF staff
Upload 4781 files
5c2ed06 verified
raw
history blame
110 Bytes
declare module 'fast-json-stable-stringify' {
function stringify(obj: any): string;
export = stringify;
}