Skip to main content
Module

x/scaffold/src/deps/npm.ts>isNullOrUndefined

scaffold your next project with style and 💗
Latest
variable isNullOrUndefined
import { isNullOrUndefined } from "https://deno.land/x/scaffold@0.3.0/src/deps/npm.ts";

Returns true whether the payload is null or undefined

type

TypeGuard<any, null | undefined>