UNPKG

dynamodb-turbine

Version:

Entity mapping and query library for DynamoDB

3 lines (2 loc) 130 B
import { Table, TableDefinition } from "./types/table"; export declare const defineTable: (definition: TableDefinition) => Table;