@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.
11 lines • 401 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const metadata_1 = require("./metadata");
/**
* create the metadata wrapper instance for a @Model() decorated class.
*/
function metadataForModel(modelConstructor) {
return new metadata_1.Metadata(modelConstructor);
}
exports.metadataForModel = metadataForModel;
//# sourceMappingURL=metadata-for-model.function.js.map