Urara-Blog/node_modules/.pnpm-store/v3/files/ed/793b2f7b42142c712b3ad675f8ce4625455a6f3801b2440d415f3dafc7b77868767b2392df3123ff9de35917caba2928da456d4acbcff224fd093224c0a849
2022-08-14 01:14:53 +08:00

4 lines
110 B
Text

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