UNPKG

dynamodb-toolbox

Version:

Lightweight and type-safe query builder for DynamoDB and TypeScript.

6 lines (5 loc) 353 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DeletePartitionCommand = void 0; var deletePartitionCommand_js_1 = require("./deletePartitionCommand.js"); Object.defineProperty(exports, "DeletePartitionCommand", { enumerable: true, get: function () { return deletePartitionCommand_js_1.DeletePartitionCommand; } });