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.

22 lines 707 B
/** * @module decorators */ // collection export * from './collection/collection-property.decorator'; // date export * from './date/date-property.decorator'; export * from './index/gsi-partition-key.decorator'; export * from './index/gsi-sort-key.decorator'; export * from './index/lsi-sort-key.decorator'; export * from './index/index-type.enum'; // key export * from './key/partition-key.decorator'; export * from './key/partition-key-uuid.decorator'; export * from './key/sort-key.decorator'; // model export * from './model/model.decorator'; // property export * from './property/property.decorator'; // transient export * from './transient/transient.decorator'; //# sourceMappingURL=public-api.js.map