UNPKG

@carlosv2/glue

Version:

Dependency injection library that stays out of the way

6 lines 256 B
import type { RunningContext } from '../context/index.js'; import { DiError } from '../error.js'; export declare class ParameterNotFoundError extends DiError { constructor(id: string, context?: RunningContext); } //# sourceMappingURL=parameter.d.ts.map