Const
Creates a validator that asserts that the input is strictly null.
Creates a validator that asserts that the input is nullish. JSON Schema has no representation for undefined, so only null is expressed.
undefined
null
Creates a validator that asserts that the input is strictly undefined.
Creates a validator that asserts that the input is strictly null.