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.RecordSchema_ = exports.record = exports.RecordSchema = void 0; var schema_js_1 = require("./schema.js"); Object.defineProperty(exports, "RecordSchema", { enumerable: true, get: function () { return schema_js_1.RecordSchema; } }); var schema__js_1 = require("./schema_.js"); Object.defineProperty(exports, "record", { enumerable: true, get: function () { return schema__js_1.record; } }); Object.defineProperty(exports, "RecordSchema_", { enumerable: true, get: function () { return schema__js_1.RecordSchema_; } });