Files
tryno10/app/code/node_modules/fast-json-stable-stringify/index.d.ts
T
2022-04-07 18:09:31 +05:30

5 lines
110 B
TypeScript

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