We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 27e0628 commit e46733bCopy full SHA for e46733b
basic.d.ts.ts
@@ -1 +1 @@
1
-export * from "./dist/index.basic";
+export * from "./dist/basic";
browser.d.ts.ts
-export * from "./dist/index.browser";
+export * from "./dist/browser";
core.d.ts
-export * from "./dist/index.core";
+export * from "./dist/core";
utils.d.ts
@@ -0,0 +1 @@
+export * from "./dist/utils";
0 commit comments