UNPKG

duenamodb

Version:

Simple, strongly-typed helpers around the AWS SDK DynamoDB client.

11 lines (10 loc) 253 B
export * from "./client"; export * from "./expression"; export * from "./get"; export * from "./query"; export * from "./types"; export * from "./put"; export * from "./update"; export * from "./scan"; export * from "./table"; export * from "./delete";