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

x/pact/src/pact-js/checkErrors.ts>wrapWithCheck

Pact 🔗 Contract Testing for Deno 🦕, Powered by Rust 🦀
Latest
variable wrapWithCheck
import { wrapWithCheck } from "https://deno.land/x/pact@0.1.0/src/pact-js/checkErrors.ts";

type

<F extends (...args: never[]) => boolean>(f: BooleanFunction<F>, contextMessage: string) => unknown