@injectable-ts/core
Version:
Purely-functional strictly-typed IoC/DI for TypeScript
4 lines (3 loc) • 379 B
TypeScript
export { type Injectable, type InjectableValue, type InjectableDependencies, type InjectableWithName, type InjectableWithoutName, type DependencyWithoutName, type DependencyWithName, injectable, type UnknownDependencyTree, } from './injectable';
export { provide } from './provide';
export { type TokenAccessor, type TokenInjectable, TOKEN_ACCESSOR_KEY, token, } from './token';