@carlosv2/glue
Version:
Dependency injection library that stays out of the way
8 lines • 333 B
TypeScript
import type { DefinitionContext } from '../context/index.js';
import { Value } from '../value.js';
export declare class Symbol extends Value {
private readonly symbol;
constructor(context: DefinitionContext, symbol: object | Promise<object>);
protected assemble(): Promise<unknown>;
}
//# sourceMappingURL=symbol.d.ts.map