UNPKG

@elsikora/nestjs-crud-automator

Version:

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

10 lines (8 loc) 216 B
const MINIMUM_UNIX_TIME = 0; const MAXIMUM_UNIX_TIME = 2_147_483_647_000; const DATE_CONSTANT = { MAXIMUM_UNIX_TIME, MINIMUM_UNIX_TIME, }; export { DATE_CONSTANT }; //# sourceMappingURL=date.constant.js.map