@nestjs-mod/files
Version:
Files module with an error filter, controller and rest-sdk for work with module from other nodejs appliaction
7 lines • 314 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.FILES_FOLDER = exports.FILES_MODULE = exports.FILES_FEATURE = void 0;
exports.FILES_FEATURE = 'files';
exports.FILES_MODULE = 'FilesModule';
exports.FILES_FOLDER = 'libs/feature/files';
//# sourceMappingURL=files.constants.js.map