UNPKG

@env0/dynamo-easy

Version:

DynamoDB client for NodeJS and browser with a fluent api to build requests. We take care of the type mapping between JS and DynamoDB, customizable trough typescript decorators.

14 lines 262 B
/** * @hidden */ export var FUNCTION_OPERATORS = [ 'attribute_exists', 'attribute_not_exists', 'attribute_type', 'begins_with', 'contains', 'not_contains', 'IN', 'BETWEEN', ]; //# sourceMappingURL=function-operators.const.js.map