@elsikora/nestjs-crud-automator
Version:
A library for automating the creation of CRUD operations in NestJS.
13 lines (10 loc) • 711 B
JavaScript
import { BIGINT_STRING_GET_DEFAULT_STRING_FORMAT_PROPERTIES_API_UTILITY_CONSTANT } from './bigint-string/constant.js';
import './bigint-string/sign/default.constant.js';
import './bigint-string/sign/properties.constant.js';
import { CUSTOMIZER_MAP_GET_DEFAULT_STRING_FORMAT_PROPERTIES_API_UTILITY_CONSTANT } from './customizer-map.constant.js';
const GET_DEFAULT_STRING_FORMAT_PROPERTIES_API_UTILITY_CONSTANT = {
BIGINT_STRING: BIGINT_STRING_GET_DEFAULT_STRING_FORMAT_PROPERTIES_API_UTILITY_CONSTANT,
CUSTOMIZER_MAP: CUSTOMIZER_MAP_GET_DEFAULT_STRING_FORMAT_PROPERTIES_API_UTILITY_CONSTANT,
};
export { GET_DEFAULT_STRING_FORMAT_PROPERTIES_API_UTILITY_CONSTANT };
//# sourceMappingURL=constant.js.map