UNPKG

ts-flex-query

Version:
11 lines 319 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.SchemaFactory = void 0; class SchemaFactory { // eslint-disable-next-line class-methods-use-this create(schema) { return schema; } } exports.SchemaFactory = SchemaFactory; //# sourceMappingURL=schema-factory.js.map