isundefined(x: unknown): x is undefined
Checks if the input is undefined.
Returns true if the input is strictly equal to undefined, otherwise returns false.
isundefined(x: unknown): x is undefined
Checks if the input is undefined.
Returns true if the input is strictly equal to undefined, otherwise returns false.
import isundefined from "datatype/isundefined.ts";