Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

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

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

Type Parameters

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