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

x/localekit/mod.ts>Is.isUndefined

A translation plugin for Deno
Latest
variable Is.isUndefined
import { Is } from "https://deno.land/x/localekit@2.2.0/mod.ts";
const { isUndefined } = Is;

Checks if a value is undefined.

type

(value: unknown) => boolean