Files
Александр Тороп 038bf44010 init
2024-03-30 18:27:37 +03:00

5 lines
110 B
TypeScript

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