Skip to content

Commit

Permalink
Fix exports
Browse files Browse the repository at this point in the history
  • Loading branch information
etienne-dldc committed Oct 8, 2023
1 parent 54897ac commit 5403c10
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion src/mod.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
export { Key } from './Key';
export type { IKeyBase, IKeyConsumer, IKeyProvider, TArgsBase, TKey, TKeyProviderFn, TVoidKey } from './Key';
export type {
IKeyBase,
IKeyConsumer,
IKeyProvider,
TArgsBase,
TKey,
TKeyProviderFn,
TStringify,
TVoidKey,
} from './Key';
export { MissingContextError } from './MissingContextError';
export { Stack } from './Stack';
export { StackCore } from './StackCore';
Expand Down

0 comments on commit 5403c10

Please sign in to comment.