eslintwork/node_modules/fast-json-stable-stringify/index.d.ts
Martin Donnelly 9cbf1eea5b init
2021-06-24 09:26:17 +01:00

5 lines
110 B
TypeScript

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