Skip to main content
Module

x/unknownutil/util.ts>AssertMessageFactory

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