@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.
16 lines • 336 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @hidden
*/
exports.FUNCTION_OPERATORS = [
'attribute_exists',
'attribute_not_exists',
'attribute_type',
'begins_with',
'contains',
'not_contains',
'IN',
'BETWEEN',
];
//# sourceMappingURL=function-operators.const.js.map