UNPKG

xstate

Version:

Finite State Machines and Statecharts for the Modern Web.

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