UNPKG

@nivinjoseph/n-ject

Version:
12 lines (9 loc) 492 B
import "@nivinjoseph/n-ext"; import { ComponentInstaller } from "./component-installer.js"; import { Container } from "./container.js"; import { InjectClassDecorator, inject } from "./inject.js"; import { Registry } from "./registry.js"; import { Scope } from "./scope.js"; import { ScopeType } from "./scope-type.js"; import { ServiceLocator } from "./service-locator.js"; export { ComponentInstaller, Container, Registry, Scope, ScopeType, ServiceLocator, inject, InjectClassDecorator };