@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.
13 lines • 325 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
/**
* @module expression
*/
/**
* @hidden
*/
function attributeNameReplacer(substring, ...args) {
return `_at_${args[0]}`;
}
exports.attributeNameReplacer = attributeNameReplacer;
//# sourceMappingURL=attribute-name-replacer.function.js.map