UNPKG

dynamodb-toolbox

Version:

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

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