@inversifyjs/core
Version:
InversifyJs core package
23 lines • 624 B
JavaScript
export class BindingConstraintsImplementation {
constructor(node) {
this.
}
get name() {
return this.
}
get serviceIdentifier() {
return this.
}
get tags() {
return this.
}
getAncestor() {
this.
if (this.
return undefined;
}
return new BindingConstraintsImplementation(this.
}
}
//# sourceMappingURL=BindingConstraintsImplementation.js.map