WUT_Computer_Science/EGUI/lab3/front/node_modules/fast-json-stable-stringify/index.d.ts
2022-06-15 03:02:51 +02:00

5 lines
110 B
TypeScript

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