Skip to main content
Module

x/rambda/source/isNotNil.js

Faster and smaller alternative to Ramda
Latest
File
export function isNotNil(input) { return input != null}