Infers a type
import yxc, { Infer } from "@dotvirus/yxc" const myObject = yxc.object({ name: yxc.string() }); type MyType = Infer<typeof myObject>;
Generated using TypeDoc
Infers a type