Skip to main content
Module

x/unknownutil/mod.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/mod.ts";
definition: (
x: unknown,
pred: Predicate<unknown>,
name?: string,
) => string