Spaces:
Runtime error
Runtime error
File size: 110 Bytes
4a51346 |
1 2 3 4 5 |
declare module 'fast-json-stable-stringify' {
function stringify(obj: any): string;
export = stringify;
}
|