Skip to main content
Module

x/pact/src/mod.ts>Pact.ExpressionValueType

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

/data/input/pact.h#L22

Members

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