UNPKG

@carlosv2/glue

Version:

Dependency injection library that stays out of the way

5 lines 163 B
import { DiError } from '../error.js'; export declare class AliasNotFoundError extends DiError { constructor(id: string); } //# sourceMappingURL=alias.d.ts.map