schema.js 205 B

1234567891011
  1. 'use strict';
  2. Object.defineProperty(exports, '__esModule', { value: true });
  3. function createSchema(schema) {
  4. return schema;
  5. }
  6. var t = createSchema;
  7. exports.createSchema = createSchema;
  8. exports.t = t;