UNPKG

@elsikora/nestjs-crud-automator

Version:

A library for automating the creation of CRUD operations in NestJS.

9 lines (6 loc) 221 B
'use strict'; const AUTO_CONTEXT_DTO_CONSTANT = { METADATA_KEY: "crud-automator:auto-dto-context", }; exports.AUTO_CONTEXT_DTO_CONSTANT = AUTO_CONTEXT_DTO_CONSTANT; //# sourceMappingURL=auto-context.constant.js.map