Skip to content

Commit

Permalink
fix(types): add backward compatible declarations
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Jul 5, 2023
1 parent 27e0628 commit e46733b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion basic.d.ts.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "./dist/index.basic";
export * from "./dist/basic";
2 changes: 1 addition & 1 deletion browser.d.ts.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "./dist/index.browser";
export * from "./dist/browser";
2 changes: 1 addition & 1 deletion core.d.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export * from "./dist/index.core";
export * from "./dist/core";
1 change: 1 addition & 0 deletions utils.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./dist/utils";

0 comments on commit e46733b

Please sign in to comment.