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.

10 lines 200 B
/** * @module expression */ /** * @hidden */ export function attributeNameReplacer(substring, ...args) { return `_at_${args[0]}`; } //# sourceMappingURL=attribute-name-replacer.function.js.map