UNPKG

@env0/dynamo-easy

Version:

DynamoDB client for NodeJS and browser with a fluent api to build requests. We take care of the type mapping between JS and DynamoDB, customizable trough typescript decorators.

9 lines 281 B
/** * @module multi-model-requests/transact-write */ export * from './transact-condition-check'; export * from './transact-delete'; export * from './transact-put'; export * from './transact-update'; export * from './transact-write.request'; //# sourceMappingURL=public-api.js.map