Skip to content

Commit

Permalink
fix compile errors caused by --composite of TypeScript
Browse files Browse the repository at this point in the history
  • Loading branch information
mizdra committed Sep 15, 2024
1 parent 6008b4d commit 5c68c53
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/helper/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
export { dynamic } from './field-resolver.js';
export { dynamic, Dynamic } from './field-resolver.js';
export { resetAllSequence, resetSequence } from './sequence.js';
export { DefineTypeFactoryInterface, DefineTypeFactoryInterfaceRequired, defineTypeFactory } from './factory.js';
export {
DefineTypeFactoryInterface,
DefineTypeFactoryInterfaceRequired,
defineTypeFactory,
Traits,
TypeFactoryInterface,
} from './factory.js';

0 comments on commit 5c68c53

Please sign in to comment.