dynamodb-toolbox
Version:
Lightweight and type-safe query builder for DynamoDB and TypeScript.
8 lines (7 loc) • 604 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.parseUpdateAttributesExtension = exports.updateAttributesParams = void 0;
var updateAttributesParams_js_1 = require("./updateAttributesParams.js");
Object.defineProperty(exports, "updateAttributesParams", { enumerable: true, get: function () { return updateAttributesParams_js_1.updateAttributesParams; } });
var index_js_1 = require("./extension/index.js");
Object.defineProperty(exports, "parseUpdateAttributesExtension", { enumerable: true, get: function () { return index_js_1.parseUpdateAttributesExtension; } });