Members
(constant) ENV_AWS_LAMBDA
Copyright schukai GmbH and contributors 2023. All Rights Reserved. Node module: @schukai/monster This file is licensed under the AGPLv3 License. License text available at https://www.gnu.org/licenses/agpl-3.0.en.html
Methods
generateRangeComparisonExpression(expression, valueName, optionsopt) → {string}
Generates a comparison expression for a comma-separated string of ranges and single values.
Name | Type | Attributes | Description | |||||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
expression | string | The string expression to generate the comparison for. | ||||||||||||||||||||||||||||||||||||
valueName | string | The name of the value to compare against. | ||||||||||||||||||||||||||||||||||||
options | Object | <optional> | The optional parameters. Properties
|
If the input is invalid.
- Type
- Error
The generated comparison expression.
- Type:
- string