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);
Void
Value can't be assigned(must be undefined).
Returns: always true
for undefined, else throws.