dynamodb-toolbox
Version:
Lightweight and type-safe query builder for DynamoDB and TypeScript.
7 lines (6 loc) • 440 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ScanCommand = exports.IScanCommand = void 0;
var scanCommand_js_1 = require("./scanCommand.js");
Object.defineProperty(exports, "IScanCommand", { enumerable: true, get: function () { return scanCommand_js_1.IScanCommand; } });
Object.defineProperty(exports, "ScanCommand", { enumerable: true, get: function () { return scanCommand_js_1.ScanCommand; } });