UNPKG

contexify

Version:

A TypeScript library providing a powerful dependency injection container with context-based IoC capabilities, inspired by LoopBack's Context system.

12 lines 352 B
export * from "./binding/index.js"; export * from "./context/index.js"; export * from "./inject/index.js"; export * from "./interceptor/index.js"; export * from "./provider/index.js"; export * from "./resolution/index.js"; export * from "./utils/index.js"; import { VERSION } from "./version.js"; export { VERSION }; //# sourceMappingURL=index.js.map