Skip to content

Type Alias: GuardOp

@kortexya/reasoninglayer


@kortexya/reasoninglayer / Inference / GuardOp

Type Alias: GuardOp

GuardOp = "lt" | "lte" | "gt" | "gte" | "eq" | "ne"

Defined in: src/types/inference.ts:84

Guard constraint operators.