UNPKG

json2typescript

Version:

Provides TypeScript methods to map a JSON object to a JavaScript object on runtime

10 lines 191 B
/** * Virtual any type for the property decorator. */ var Any = /** @class */ (function () { function Any() { } return Any; }()); export { Any }; //# sourceMappingURL=any.js.map