Current section
Files
Jump to
Current section
Files
priv/npm/node_modules/fast-json-stable-stringify/index.d.ts
declare module 'fast-json-stable-stringify' {
function stringify(obj: any): string;
export = stringify;
}