UNPKG

dynamodb-toolbox

Version:

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

9 lines (8 loc) 602 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.BinarySchema_ = exports.binary = exports.BinarySchema = void 0; var schema_js_1 = require("./schema.js"); Object.defineProperty(exports, "BinarySchema", { enumerable: true, get: function () { return schema_js_1.BinarySchema; } }); var schema__js_1 = require("./schema_.js"); Object.defineProperty(exports, "binary", { enumerable: true, get: function () { return schema__js_1.binary; } }); Object.defineProperty(exports, "BinarySchema_", { enumerable: true, get: function () { return schema__js_1.BinarySchema_; } });