Skip to main content
Module

x/silicon/deps.ts>isNullish

Deno module to generate images from source code using Aloxaf/silicon.
Latest
function isNullish
import { isNullish } from "https://deno.land/x/silicon@v1.0.0/deps.ts";

Return true if the type of x is null or undefined.

Parameters

x: unknown

Returns

x is null | undefined