UNPKG

@dipscope/type-manager

Version:

Transform JSON strings or plain objects into JS class instances.

10 lines 296 B
var CustomKey = (function () { function CustomKey(description, customValueResolver) { this.description = description; this.customValueResolver = customValueResolver; return; } return CustomKey; }()); export { CustomKey }; //# sourceMappingURL=custom-key.js.map