fix(types): add backward compatible declarations

This commit is contained in:
Pooya Parsa
2023-07-06 01:11:49 +02:00
parent 27e06283c5
commit e46733b3e6
4 changed files with 4 additions and 3 deletions

View File

@@ -1 +1 @@
export * from "./dist/index.basic";
export * from "./dist/basic";

View File

@@ -1 +1 @@
export * from "./dist/index.browser";
export * from "./dist/browser";

2
core.d.ts vendored
View File

@@ -1 +1 @@
export * from "./dist/index.core";
export * from "./dist/core";

1
utils.d.ts vendored Normal file
View File

@@ -0,0 +1 @@
export * from "./dist/utils";