UNPKG

async-injection

Version:

A robust lightweight dependency injection library for TypeScript.

4 lines (3 loc) 222 B
export { Container } from './container.js'; export { Inject, Injectable, Optional, PostConstruct, Release } from './decorators.js'; export { ClassConstructor, InjectableId, InjectionToken, Injector } from './injector.js';