UNPKG

dynamodb-toolbox

Version:

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

10 lines (9 loc) 343 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.lightObj = exports.lightTuple = exports.light = void 0; const light = (schema) => schema; exports.light = light; const lightTuple = (...schemas) => schemas; exports.lightTuple = lightTuple; const lightObj = (schemas) => schemas; exports.lightObj = lightObj;