UNPKG

dynamodb-toolbox

Version:

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

12 lines (11 loc) 1.31 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.doesSchemaValidateTableSchema = exports.getEntityAttrOptionValue = exports.isEntityAttrEnabled = exports.getTimestampOptionValue = exports.isTimestampEnabled = exports.buildEntitySchema = void 0; var index_js_1 = require("./buildEntitySchema/index.js"); Object.defineProperty(exports, "buildEntitySchema", { enumerable: true, get: function () { return index_js_1.buildEntitySchema; } }); Object.defineProperty(exports, "isTimestampEnabled", { enumerable: true, get: function () { return index_js_1.isTimestampEnabled; } }); Object.defineProperty(exports, "getTimestampOptionValue", { enumerable: true, get: function () { return index_js_1.getTimestampOptionValue; } }); Object.defineProperty(exports, "isEntityAttrEnabled", { enumerable: true, get: function () { return index_js_1.isEntityAttrEnabled; } }); Object.defineProperty(exports, "getEntityAttrOptionValue", { enumerable: true, get: function () { return index_js_1.getEntityAttrOptionValue; } }); var doesSchemaValidateTableSchema_js_1 = require("./doesSchemaValidateTableSchema.js"); Object.defineProperty(exports, "doesSchemaValidateTableSchema", { enumerable: true, get: function () { return doesSchemaValidateTableSchema_js_1.doesSchemaValidateTableSchema; } });