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.

16 lines 222 B
/** * @module decorators */ // // impl // export * from './impl/public-api'; // // metadata // export * from './metadata/public-api'; // // util & helpers // export * from './util'; //# sourceMappingURL=public-api.js.map