@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.
12 lines • 477 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
/**
* @module expression
*/
tslib_1.__exportStar(require("./and.function"), exports);
tslib_1.__exportStar(require("./attribute.function"), exports);
tslib_1.__exportStar(require("./not.function"), exports);
tslib_1.__exportStar(require("./or.function"), exports);
tslib_1.__exportStar(require("./update.function"), exports);
//# sourceMappingURL=public.api.js.map