UNPKG

@elsikora/nestjs-crud-automator

Version:

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

12 lines (9 loc) 290 B
'use strict'; const MAXIMUM_FILTER_PROPERTIES = 100; const MINIMUM_FILTER_PROPERTIES = 2; const DTO_GENERATE_CONSTANT = { MAXIMUM_FILTER_PROPERTIES, MINIMUM_FILTER_PROPERTIES, }; exports.DTO_GENERATE_CONSTANT = DTO_GENERATE_CONSTANT; //# sourceMappingURL=generate.constant.js.map