UNPKG

@carlosv2/glue

Version:

Dependency injection library that stays out of the way

9 lines 378 B
import type { DefinitionContext, RunningContext } from '../context/index.js'; import { Value } from '../value.js'; export declare class Literal extends Value { private readonly value; constructor(context: DefinitionContext, value: unknown); private buildItem; protected assemble(context: RunningContext): Promise<unknown>; } //# sourceMappingURL=literal.d.ts.map