deno.land / x / xstate@xstate@4.33.6 / src / schema.ts
12345export function createSchema<T>(schema?: any): T { return schema as T;}export const t = createSchema;
Version Info