Skip to main content
Module

x/xstate/src/schema.ts

State machines and statecharts for the modern web.
Go to Latest
File
export function createSchema<T>(schema?: any): T { return schema as T;}export const t = createSchema;