Skip to main content
Module

x/unknownutil/mod.ts>Predicate

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

A type predicate function.

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