Global

Type Definitions

consequent(value, …args) → {any}

Parameters:
Name Type Attributes Description
value any The selected Fuse value
args any <repeatable>
An arbitrary array of arguments
Source:
Returns:
Type
any

predicate(value) → {boolean}

Parameters:
Name Type Description
value any The selected Fuse value
Source:
Returns:
The Boolean result of the test
Type
boolean