UNPKG

110 BTypeScriptView Raw
1declare module 'fast-json-stable-stringify' {
2 function stringify(obj: any): string;
3 export = stringify;
4}