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.

10 lines 247 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); /** * @module mapper */ // tslint:disable:no-unnecessary-class class UndefinedType { } exports.UndefinedType = UndefinedType; //# sourceMappingURL=undefined.type.js.map