UNPKG

dynamodb-toolbox

Version:

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

9 lines (8 loc) 634 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.$entity = exports.QueryCommand = exports.IQueryCommand = void 0; var queryCommand_js_1 = require("./queryCommand.js"); Object.defineProperty(exports, "IQueryCommand", { enumerable: true, get: function () { return queryCommand_js_1.IQueryCommand; } }); Object.defineProperty(exports, "QueryCommand", { enumerable: true, get: function () { return queryCommand_js_1.QueryCommand; } }); var constants_js_1 = require("./constants.js"); Object.defineProperty(exports, "$entity", { enumerable: true, get: function () { return constants_js_1.$entity; } });