UNPKG

validatable

Version:

A library for synchronous and asynchronous input validation.

6 lines (4 loc) 114 B
import { isAbsent } from 'typeable'; export function absence (value: any): boolean { return isAbsent(value); }