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

x/pact/src/lib/types.ts>PactFfi.ExpressionValueType

Pact 🔗 Contract Testing for Deno 🦕, Powered by Rust 🦀
Latest
enum PactFfi.ExpressionValueType
import { PactFfi } from "https://deno.land/x/pact@0.1.0/src/lib/types.ts";
const { ExpressionValueType } = PactFfi;

/data/input/pact.h#L22

Members

ExpressionValueType_Boolean = 5
ExpressionValueType_Decimal = 4
ExpressionValueType_Integer = 3
ExpressionValueType_Number = 2
ExpressionValueType_String = 1
ExpressionValueType_Unknown = 0