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