UNPKG

jsonbinpack

Version:

A space-efficient schema-driven binary JSON serialization format based on JSON Schema

6 lines (5 loc) 284 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.validateSchema = void 0; var jsonschema_1 = require("./jsonschema"); Object.defineProperty(exports, "validateSchema", { enumerable: true, get: function () { return jsonschema_1.validateSchema; } });