Functions

f
isundefined(x: unknown): x is undefined

Checks if the input is undefined.

Usage

import * as mod from "datatype/isundefined.ts";