UNPKG

dynamodb-toolbox

Version:

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

7 lines (6 loc) 445 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.fromDTO = exports.fromSchemaDTO = void 0; var fromSchemaDTO_js_1 = require("./fromSchemaDTO.js"); Object.defineProperty(exports, "fromSchemaDTO", { enumerable: true, get: function () { return fromSchemaDTO_js_1.fromSchemaDTO; } }); Object.defineProperty(exports, "fromDTO", { enumerable: true, get: function () { return fromSchemaDTO_js_1.fromSchemaDTO; } });