Skip to main content
Module

x/unknownutil/is.ts>default

🦕 A lightweight utility pack for handling unknown type
Go to Latest
variable default
import { default } from "https://deno.land/x/unknownutil@v3.16.1/is.ts";

type

{ ArrayOf; InstanceOf; LiteralOf; LiteralOneOf; MapOf; ObjectOf; ReadonlyTupleOf; ReadonlyUniformTupleOf; RecordOf; SetOf; StrictOf; TupleOf; UniformTupleOf; }

type

{ Any; Array; AsyncFunction; BigInt; Boolean; Function; Map; Null; Nullish; Number; Primitive; Record; Set; String; Symbol; SyncFunction; Undefined; Unknown; }

type

{ AllOf; OneOf; }

type

{ IntersectionOf; OmitOf; PartialOf; PickOf; RequiredOf; UnionOf; }

type

{ Optional; OptionalOf; Readonly; ReadonlyOf; UnwrapOptionalOf; UnwrapReadonlyOf; }