@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.
18 lines • 1.06 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
tslib_1.__exportStar(require("./mapper"), exports);
tslib_1.__exportStar(require("./custom/date-to-string.mapper"), exports);
tslib_1.__exportStar(require("./custom/date-to-number.mapper"), exports);
tslib_1.__exportStar(require("./type/null.type"), exports);
tslib_1.__exportStar(require("./type/undefined.type"), exports);
tslib_1.__exportStar(require("./type/binary.type"), exports);
tslib_1.__exportStar(require("./util"), exports);
tslib_1.__exportStar(require("./for-type/string.mapper"), exports);
tslib_1.__exportStar(require("./for-type/number.mapper"), exports);
tslib_1.__exportStar(require("./for-type/boolean.mapper"), exports);
tslib_1.__exportStar(require("./for-type/collection.mapper"), exports);
tslib_1.__exportStar(require("./for-type/object.mapper"), exports);
tslib_1.__exportStar(require("./for-type/enum.mapper"), exports);
tslib_1.__exportStar(require("./for-type/null.mapper"), exports);
//# sourceMappingURL=public-api.js.map