UNPKG

@carlosv2/glue

Version:

Dependency injection library that stays out of the way

8 lines 359 B
import { Buildable } from './buildable.js'; import { DefinitionContext, RunningContext } from './context/index.js'; export declare class Alias extends Buildable { private readonly aliased; constructor(context: DefinitionContext, aliased: string); protected assemble(context: RunningContext): Promise<unknown>; } //# sourceMappingURL=alias.d.ts.map