UNPKG

@sigi/di

Version:

Dependencies injection library for sigi framework

9 lines 169 B
export class InjectionToken { constructor(desc) { this.desc = desc; } toString() { return this.desc; } } //# sourceMappingURL=type.js.map