Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/unknownutil/is.ts>isNull

🦕 An utility pack for handling unknown type in deno
Go to Latest
function isNull
import { isNull } from "https://deno.land/x/unknownutil@v3.0.0/is.ts";

Return true if the type of x is null.

Parameters

x: unknown

Returns

x is null