Equivalent of or(literal(undefined)) (@see or)
or(literal(undefined))
import { x } from 'unhoax'const schema = x.optional(x.string) Copy
import { x } from 'unhoax'const schema = x.optional(x.string)
Equivalent of
or(literal(undefined))
(@see or)