diff --git a/dist/index.d.ts b/dist/index.d.ts index 59fe890..178cd64 100644 --- a/dist/index.d.ts +++ b/dist/index.d.ts @@ -1 +1 @@ -export * from "./utils/index"; +export * from "./utils"; diff --git a/src/index.d.ts b/src/index.d.ts index 59fe890..178cd64 100644 --- a/src/index.d.ts +++ b/src/index.d.ts @@ -1 +1 @@ -export * from "./utils/index"; +export * from "./utils";