UNPKG

duenamodb

Version:

Simple DynamoDB client written in TypeScript.

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';