UNPKG

rambda

Version:

Lightweight faster alternative to Ramda

4 lines (3 loc) 67 B
export function isNil(x){ return x === undefined || x === null }