Skip to content

Commit

Permalink
fix: re-export more types from @sapphire/pieces (#715)
Browse files Browse the repository at this point in the history
Signed-off-by: Jeroen Claassens <jeroen.claassens@live.nl>
  • Loading branch information
favna committed Jan 10, 2024
1 parent e9a7966 commit 662f212
Showing 1 changed file with 12 additions and 3 deletions.
15 changes: 12 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,22 @@ export {
Store,
StoreRegistry,
container,
type AliasPieceJSON,
type AliasPieceOptions,
// eslint-disable-next-line deprecation/deprecation
type PieceContext,
type Container,
type LoaderPieceContext,
type PieceContext, // eslint-disable-line deprecation/deprecation
type PieceJSON,
type PieceLocationJSON,
type PieceOf,
type PieceOptions,
type StoreManagerManuallyRegisteredPiece,
type StoreManuallyRegisteredPiece,
type StoreOf,
type StoreOptions,
type StoreRegistryEntries
type StoreRegistryEntries,
type StoreRegistryKey,
type StoreRegistryValue
} from '@sapphire/pieces';
export * from '@sapphire/result';
export type { Awaitable } from '@sapphire/utilities';
Expand Down

0 comments on commit 662f212

Please sign in to comment.