Module

x/rambda/mod.ts>isNil

Faster and smaller alternative to Ramda
Latest
function isNil
import { isNil } from "https://dotland.deno.dev/x/rambda@9.4.1/mod.ts";

It returns true if x is either null or undefined.

Returns

x is null | undefined