UNPKG

dyngoose

Version:

Elegant DynamoDB object modeling for Typescript

8 lines (7 loc) 326 B
import { Attribute } from './attribute-types'; export { Attribute }; export { Table } from './table'; export { GlobalSecondaryIndex } from './global-secondary-index'; export { LocalSecondaryIndex } from './local-secondary-index'; export { PrimaryKey } from './primary-key'; export { DocumentClient } from './document-client';