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

x/pact/src/lib/safe-ffi.ts>Opaque

Pact πŸ”— Contract Testing for Deno πŸ¦•, Powered by Rust πŸ¦€
Latest
type alias Opaque
import { type Opaque } from "https://deno.land/x/pact@0.1.0/src/lib/safe-ffi.ts";

Type Parameters

BaseType
optional
BrandType = unknown
definition: BaseType & { readonly [[Symbols.base]]: BaseType; readonly [[Symbols.brand]]: BrandType; }