UNPKG
@tripetto/block-calculator
Version:
latest (4.0.6)
4.0.6
4.0.3
4.0.2
4.0.1
4.0.0
Calculator block for Tripetto.
gitlab.com/tripetto/blocks/calculator
@tripetto/block-calculator
/
runner
/
modes.d.ts
16 lines
(15 loc)
•
240 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export
type
TModes = |
"equal"
|
"not-equal"
|
"contains"
|
"below"
|
"above"
|
"before"
|
"after"
|
"between"
|
"not-between"
|
"starts"
|
"ends"
|
"regex"
|
"defined"
|
"undefined"
;