UNPKG

rambdax

Version:

Extended version of Rambda - a lightweight, faster alternative to Ramda

3 lines 58 B
export function isNotNil(input) { return input != null }