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

x/aloedb/lib/utils.ts>isNull

Light, Embeddable, NoSQL database for Deno 🦕
Latest
function isNull
import { isNull } from "https://deno.land/x/aloedb@0.9.0/lib/utils.ts";

Checks whether the value is a null.

Parameters

target: unknown

Target to check.

Returns

target is null

Result of checking.