UNPKG

dynamodb-toolbox

Version:

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

4 lines (3 loc) 136 B
export const light = (schema) => schema; export const lightRec = (...schemas) => schemas; export const lightObj = (schemas) => schemas;