python-archieve-projects/WechatBot/node_modules/xstate/lib/schema.js

12 lines
205 B
JavaScript
Executable File

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
function createSchema(schema) {
return schema;
}
var t = createSchema;
exports.createSchema = createSchema;
exports.t = t;