Skip to main content
Module

x/unknownutil/util.ts>AssertMessageFactory

🦕 A lightweight utility pack for handling unknown type
Latest
type alias AssertMessageFactory
import { type AssertMessageFactory } from "https://deno.land/x/unknownutil@v3.18.1/util.ts";
definition: (
x: unknown,
pred: Predicate<unknown>,
name?: string,
) => string