Operator
Hierarchy
-
↳
Operator
Table of contents
Constructors
Properties
Methods
Constructors
constructor
new Operator(opts?, match_value?)
Parameters
| Name | Type |
|---|---|
opts? | KeyValue |
match_value? | any |
Overrides
Properties
operator
Readonly operator: OperatorType
Methods
test
test(input, match_value): boolean
Test the value against the match using the operator type
Parameters
| Name | Type |
|---|---|
input | any |
match_value | any |
Returns
boolean