fullstackopen-notes/parts/3/phonebookBackend/node_modules/fast-json-stable-stringify/index.d.ts
Pablo Martin a561131d0c thingies
2025-06-04 17:06:54 +02:00

4 lines
110 B
TypeScript

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