Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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