UNPKG

@tripetto/block-calculator

Version:

Calculator block for Tripetto.

16 lines (15 loc) 240 B
export type TModes = | "equal" | "not-equal" | "contains" | "below" | "above" | "before" | "after" | "between" | "not-between" | "starts" | "ends" | "regex" | "defined" | "undefined";