UNPKG

json-data-mapper

Version:

Json Mapper Utility to transform Json to required format based on the schema given.

9 lines (8 loc) 257 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Types = void 0; var Types; (function (Types) { Types["FIELD"] = "FIELD"; Types["FUNCTION"] = "FUNCTION"; })(Types = exports.Types || (exports.Types = {}));