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