flexiblepersistence
Version:
A CQRS and Event Sourcing platform
11 lines • 418 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CastType = void 0;
/* eslint-disable no-unused-vars */
var CastType;
(function (CastType) {
CastType[CastType["toJSON"] = 0] = "toJSON";
CastType[CastType["toObject"] = 1] = "toObject";
CastType[CastType["none"] = 2] = "none";
})(CastType = exports.CastType || (exports.CastType = {}));
//# sourceMappingURL=toCast.js.map