Skip to content

Commit

Permalink
fix(types): export all makers and tools
Browse files Browse the repository at this point in the history
  • Loading branch information
turadg committed Apr 3, 2024
1 parent b708d48 commit c5ba502
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions packages/exo/index.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
export {
initEmpty,
defineExoClass,
defineExoClassKit,
makeExo,
} from './src/exo-makers.js';
export * from './src/exo-makers.js';

export { GET_INTERFACE_GUARD } from './src/get-interface.js';
2 changes: 1 addition & 1 deletion packages/exo/tools.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { defendPrototype, defendPrototypeKit } from './src/exo-tools.js';
export * from './src/exo-tools.js';

0 comments on commit c5ba502

Please sign in to comment.