Skip to main content
Module

x/funky/mod.ts>isUndefined

Getting funky with Deno!
Latest
variable isUndefined
import { isUndefined } from "https://deno.land/x/funky@v0.3.2/mod.ts";

Type-safe check whether @value is undefined.

type

(value: any) => value is undefined