dynamodb-toolbox
Version:
A simple set of tools for working with Amazon DynamoDB and the DocumentClient.
6 lines (5 loc) • 414 B
TypeScript
import Table from './classes/Table/Table.js';
import Entity from './classes/Entity/Entity.js';
import type { GetOptions, QueryOptions, PutOptions, DeleteOptions, UpdateOptions, EntityItem, InferEntityItem, ParseAttributes } from './classes/Entity/types.js';
export { Table, Entity };
export type { GetOptions, QueryOptions, PutOptions, DeleteOptions, UpdateOptions, EntityItem, InferEntityItem, ParseAttributes };