UNPKG

@jsstudio/development-api-interceptor

Version:
12 lines 345 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); class JsonSchema { set(jsonData) { this.data = jsonData; Object.freeze(jsonSchemaObject); } get() { return this.data; } } const jsonSchemaObject = new JsonSchema(); exports.default = jsonSchemaObject; //# sourceMappingURL=json-schema.js.map