schema.js 102 B

123456
  1. function createSchema(schema) {
  2. return schema;
  3. }
  4. var t = createSchema;
  5. export { createSchema, t };