UNPKG

genson-js

Version:

JSON schema generator with a possibility to merge schemas

14 lines 490 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ValueType = void 0; var ValueType; (function (ValueType) { ValueType["Null"] = "null"; ValueType["Boolean"] = "boolean"; ValueType["Integer"] = "integer"; ValueType["Number"] = "number"; ValueType["String"] = "string"; ValueType["Object"] = "object"; ValueType["Array"] = "array"; })(ValueType = exports.ValueType || (exports.ValueType = {})); //# sourceMappingURL=types.js.map