UNPKG

@triviality/serializer

Version:
10 lines 349 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var JSONSerializer_1 = require("./JSONSerializer"); exports.JSONSerializerFeature = function (_a) { var construct = _a.construct; return ({ serializer: construct(JSONSerializer_1.JSONSerializer), }); }; //# sourceMappingURL=JSONSerializerFeature.js.map