PIbd-21_Danilov_V.V._Intern.../Lab4/node_modules/fast-json-stable-stringify/index.d.ts
Владимир Данилов ab1cc7aeac Отчет лаб 4
2024-01-09 05:30:48 +04:00

5 lines
110 B
TypeScript

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