Skip to main content
Module

x/unknownutil/is.ts>Predicate

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

A type predicate function.

definition: (x: unknown) => x is T