@notjustcoders/ioc-arise
Version:
Arise type-safe IoC containers from your code. Zero overhead, zero coupling.
10 lines • 390 B
TypeScript
/**
* Tests for DI token resolution when types originate in external packages.
*
* Covers three shapes:
* 1. Direct external import: import type { IFoo } from 'some-package'
* 2. Local re-export stub: export type { IFoo } from 'some-package' (chain)
* 3. Mixed: local + external deps in the same factory / class
*/
export {};
//# sourceMappingURL=external-types.test.d.ts.map