Skip to content

Commit

Permalink
chore: internal export
Browse files Browse the repository at this point in the history
  • Loading branch information
Maximvdw committed Aug 8, 2023
1 parent 25f536a commit bc101de
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions internal.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './dist/types/index.internal';
1 change: 1 addition & 0 deletions internal.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './dist/esm/index.internal';
1 change: 1 addition & 0 deletions internal.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from './dist/types/index.internal';

0 comments on commit bc101de

Please sign in to comment.