UNPKG

@aitoralejandro/amanda

Version:

Utilities collection library

4 lines (3 loc) 73 B
export function isNull(value: any): boolean { return null === value; }