diff --git a/index.d.ts b/index.d.ts index bd123a1..fdd0c0e 100644 --- a/index.d.ts +++ b/index.d.ts @@ -1,4 +1,4 @@ -declare module 'json-stringify-pretty-compact' { +declare module '@aitodotai/json-stringify-pretty-compact' { const stringify: (object: any, options?: { indent?: number | string, maxLength?: number,