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

5 lines
110 B
Plaintext

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