UNPKG

@carlosv2/glue

Version:

Dependency injection library that stays out of the way

8 lines 307 B
import type { DefinitionContext } from '../context/index.js'; import { Value } from '../value.js'; export declare class Eval extends Value { private readonly code; constructor(context: DefinitionContext, code: string); protected assemble(): Promise<unknown>; } //# sourceMappingURL=eval.d.ts.map