UNPKG

json2typescript

Version:

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

13 lines 293 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Any = void 0; /** * Virtual any type for the property decorator. */ var Any = /** @class */ (function () { function Any() { } return Any; }()); exports.Any = Any; //# sourceMappingURL=any.js.map