UNPKG

@carlosv2/glue

Version:

Dependency injection library that stays out of the way

10 lines 304 B
export declare class DefinitionContext { private readonly path; private readonly id; private readonly definition; constructor(path: string, id: string, definition: string); getPath(): string; getId(): string; getDefinition(): string; } //# sourceMappingURL=definition.d.ts.map