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