UNPKG

@wmfs/asl-choice-processor

Version:

For determining the next state given an Amazon States Language 'Choices' definition and a set of values.

7 lines (5 loc) 245 B
'use strict' module.exports = function isPresentOperator (inputValue, comparisonValue, candidateStateName, cache) { const IsUndefined = require('./is-undefined') return IsUndefined(inputValue, !comparisonValue, candidateStateName, cache) }