UNPKG

dynamodb-toolbox

Version:

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

11 lines (10 loc) 1.06 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getEntityAttrOptionValue = exports.isEntityAttrEnabled = exports.getTimestampOptionValue = exports.isTimestampEnabled = exports.buildEntitySchema = void 0; var buildEntitySchema_js_1 = require("./buildEntitySchema.js"); Object.defineProperty(exports, "buildEntitySchema", { enumerable: true, get: function () { return buildEntitySchema_js_1.buildEntitySchema; } }); var utils_js_1 = require("./utils.js"); Object.defineProperty(exports, "isTimestampEnabled", { enumerable: true, get: function () { return utils_js_1.isTimestampEnabled; } }); Object.defineProperty(exports, "getTimestampOptionValue", { enumerable: true, get: function () { return utils_js_1.getTimestampOptionValue; } }); Object.defineProperty(exports, "isEntityAttrEnabled", { enumerable: true, get: function () { return utils_js_1.isEntityAttrEnabled; } }); Object.defineProperty(exports, "getEntityAttrOptionValue", { enumerable: true, get: function () { return utils_js_1.getEntityAttrOptionValue; } });