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 236 B
/** * @module expression */ export * from './and.function'; export * from './attribute.function'; export * from './not.function'; export * from './or.function'; export * from './update.function'; //# sourceMappingURL=public.api.js.map