Skip to main content
Module

x/rambda/src/isNotNil.js

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