empty
DDataParser.empty() only validates undefined. It is the building block to express intentionally absent fields or to combine with optional/nullable.
Interactive example
Parameters
errorMessage: custom message when the input is notundefined.checkers:checkerRefineto add constraints.coerce:trueto convert certain falsy values toundefined. Defaults tofalse.
Return value
A DataParserEmpty. parse returns DEither.success<undefined> or DEither.error<DataParserError>.
