Skip to main content
Deno 2 is finally here πŸŽ‰οΈ
Learn more
Module

x/pact/src/deps.dev.ts>Pact.ExpressionValueType

Pact πŸ”— Contract Testing for Deno πŸ¦•, Powered by Rust πŸ¦€
Latest
enum Pact.ExpressionValueType
import { Pact } from "https://deno.land/x/pact@0.1.0/src/deps.dev.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