UNPKG

dynamodb-toolbox

Version:

A simple set of tools for working with Amazon DynamoDB and the DocumentClient.

6 lines (5 loc) 276 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ATTRIBUTE_VALUES_LIST_DEFAULT_VALUE = exports.ATTRIBUTE_VALUES_LIST_DEFAULT_KEY = void 0; exports.ATTRIBUTE_VALUES_LIST_DEFAULT_KEY = '_ld'; exports.ATTRIBUTE_VALUES_LIST_DEFAULT_VALUE = [];