Skip to main content
Deno 2 is finally here 🎉️
Learn more
Go to Latest
function TypeGuard.TUndefined
import { TypeGuard } from "https://deno.land/x/openbox@1.1.8/deps.ts";
const { TUndefined } = TypeGuard;

Returns true if the given value is TUndefined

Parameters

schema: unknown