2021-12-07 13:18:08 -05:00

5 lines
110 B
TypeScript

declare module 'fast-json-stable-stringify' {
function stringify(obj: any): string;
export = stringify;
}