UNPKG

dynamodb-toolbox

Version:

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

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