UNPKG
dynamodb-turbine
Version:
latest (1.7.0)
1.7.0
1.6.0
1.5.0
1.4.0
1.3.1
1.3.0
1.2.0
1.1.1
1.1.0
1.0.1
1.0.0
0.0.1
Entity mapping and query library for DynamoDB
turbine.js.org
tschoffelen/turbine
dynamodb-turbine
/
dist
/
table.d.ts
3 lines
(2 loc)
•
130 B
TypeScript
View Raw
1
2
3
import
{
Table
,
TableDefinition
}
from
"./types/table"
;
export
declare
const
defineTable
:
(
definition
:
TableDefinition
) =>
Table
;