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

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

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