Skip to main content
Module

x/localekit/mod.ts>Is.isUndefined

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

Checks if a value is undefined.

type

(value: unknown) => boolean