UNPKG

102 BJavaScriptView Raw
1function createSchema(schema) {
2 return schema;
3}
4var t = createSchema;
5
6export { createSchema, t };