UNPKG

@dipscope/type-manager

Version:

Transform JSON strings or plain objects into JS class instances.

10 lines 329 B
export class ResolvedInjectState { constructor(injectMetadata, key, typeArgument, typeMetadata) { this.injectMetadata = injectMetadata; this.key = key; this.typeArgument = typeArgument; this.typeMetadata = typeMetadata; return; } } //# sourceMappingURL=resolved-inject-state.js.map