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 332 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * @module expression */ /** * @hidden */ exports.NESTED_ATTR_PATH_CAPTURED_REGEX = /([a-z0-9A-Z_]+)(?:\[(\d+)])?\.?/g; /** * @hidden */ exports.NESTED_ATTR_PATH_REGEX = /^.+((\[(\d+)])|(\.)).*$/; //# sourceMappingURL=attribute-names.const.js.map