Skip to main content
Module

x/funky/mod.ts>isMissing

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

Type-safe check whether @value is missing. @value is considered missing when it is either null or undefined.

type

(value: any) => value is null | undefined