astro-ghostcms/.pnpm-store/v3/files/ed/793b2f7b42142c712b3ad675f8c...

5 lines
110 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
declare module 'fast-json-stable-stringify' {
function stringify(obj: any): string;
export = stringify;
}