UNPKG

dynamodb-toolbox

Version:

A simple set of tools for working with Amazon DynamoDB and the DocumentClient.

12 lines (11 loc) 318 B
/** * DynamoDB Toolbox: A simple set of tools for working with Amazon DynamoDB * @author Jeremy Daly <jeremy@jeremydaly.com> * @license MIT */ declare const _default: () => (data: any, schema: any, partitionKey: any, sortKey: any) => { [x: number]: any; } & { [x: number]: any; }; export default _default;