UNPKG

@michaelganchas/ts-inject

Version:

A lightweight TypeScript dependency injection library

5 lines (4 loc) 175 B
export { container } from './container'; export { autowire } from './autowire'; export { autowireFn } from './autowireFn'; export type { Container, Factory, } from './types';