UNPKG

async-injection

Version:

A robust lightweight dependency injection library for TypeScript.

4 lines 213 B
export { Container } from './container.js'; export { Inject, Injectable, Optional, PostConstruct, Release } from './decorators.js'; export { InjectionToken } from './injector.js'; //# sourceMappingURL=index.js.map