UNPKG

@nestjs-mod/common

Version:

A collection of utilities for unifying NestJS applications and modules

23 lines 1.1 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.NEST_MODULE_CATEGORY_LIST = exports.NestModuleCategory = exports.DEFAULT_FOR_FEATURE_ASYNC_METHOD_NAME = exports.DEFAULT_FOR_FEATURE_METHOD_NAME = exports.DEFAULT_FOR_ROOT_ASYNC_METHOD_NAME = exports.DEFAULT_FOR_ROOT_METHOD_NAME = void 0; exports.DEFAULT_FOR_ROOT_METHOD_NAME = 'forRoot'; exports.DEFAULT_FOR_ROOT_ASYNC_METHOD_NAME = 'forRootAsync'; exports.DEFAULT_FOR_FEATURE_METHOD_NAME = 'forFeature'; exports.DEFAULT_FOR_FEATURE_ASYNC_METHOD_NAME = 'forFeatureAsync'; var NestModuleCategory; (function (NestModuleCategory) { NestModuleCategory["core"] = "core"; NestModuleCategory["feature"] = "feature"; NestModuleCategory["integrations"] = "integrations"; NestModuleCategory["system"] = "system"; NestModuleCategory["infrastructure"] = "infrastructure"; })(NestModuleCategory || (exports.NestModuleCategory = NestModuleCategory = {})); exports.NEST_MODULE_CATEGORY_LIST = [ 'system', 'core', 'feature', 'integrations', 'infrastructure', ]; //# sourceMappingURL=types.js.map