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