@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.
15 lines • 541 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
/**
* @module dynamo-easy
*/
//
// Export public api of the library
//
tslib_1.__exportStar(require("./config/public-api"), exports);
tslib_1.__exportStar(require("./decorator/public-api"), exports);
tslib_1.__exportStar(require("./dynamo/public-api"), exports);
tslib_1.__exportStar(require("./logger/public-api"), exports);
tslib_1.__exportStar(require("./mapper/public-api"), exports);
//# sourceMappingURL=dynamo-easy.js.map