UNPKG

flowjv

Version:

Flow based approach to JSON validation!

8 lines (7 loc) 389 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.flowSchema = exports.validateJSONFlow = void 0; var index_1 = require("./flow/index"); Object.defineProperty(exports, "validateJSONFlow", { enumerable: true, get: function () { return index_1.validateJSONFlow; } }); var flowSchema = function (schema) { return schema; }; exports.flowSchema = flowSchema;