Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/localekit/util/is.ts>isUndefined

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

Checks if a value is undefined.

type

(value: unknown) => boolean