@dipscope/type-manager
Version:
Transform JSON strings or plain objects into JS class instances.
12 lines • 420 B
JavaScript
var ResolvedInjectState = (function () {
function ResolvedInjectState(injectMetadata, key, typeArgument, typeMetadata) {
this.injectMetadata = injectMetadata;
this.key = key;
this.typeArgument = typeArgument;
this.typeMetadata = typeMetadata;
return;
}
return ResolvedInjectState;
}());
export { ResolvedInjectState };
//# sourceMappingURL=resolved-inject-state.js.map