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

x/aloedb/lib/utils.ts>isUndefined

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

Checks whether the value is undefined.

Parameters

target: unknown

Target to check.

Returns

target is undefined

Result of checking.