UNPKG

@jsstudio/development-api-interceptor

Version:
10 lines 265 B
class JsonSchema { set(jsonData) { this.data = jsonData; Object.freeze(jsonSchemaObject); } get() { return this.data; } } const jsonSchemaObject = new JsonSchema(); export default jsonSchemaObject; //# sourceMappingURL=json-schema.js.map