void
void > Void
Value can't be assigned(must be undefined).
Returns: always true for undefined, else throws.
import { check, validate, voided } from 'typend';
check<void>(undefined);
validate(undefined, voided);
VoidValue can't be assigned(must be undefined).
Returns: always true for undefined, else throws.