Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/unknownutil/mod.ts>PredicateFactoryMetadata

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

Metadata of a predicate factory function.

definition: { name: string; args: unknown[]; }