/
githubmirror
/
nest
Обзор
Документация
Войти
/
githubmirror
/
nest
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
packages/common/index.ts
70 строк
1 KB
maxktz
chore: update copyright years 2025
03 янв 2025, 23:30
03 янв 2025, 23:30
9267472
Код
Авторство
О чём код?
/* * Nest @common * Copyright(c) 2017 - 2025 Kamil Mysliwiec * https://nestjs.com * MIT Licensed */ import 'reflect-metadata'; export * from './decorators'; export * from './enums'; export * from './exceptions'; export * from './file-stream'; export { Abstract, ArgumentMetadata, ArgumentsHost, BeforeApplicationShutdown, CallHandler, CanActivate, ClassProvider, ContextType, DynamicModule, ExceptionFilter, ExecutionContext, ExistingProvider, FactoryProvider, ForwardReference, HttpServer, HttpExceptionBody, HttpExceptionBodyMessage, HttpRedirectResponse, INestApplication, INestApplicationContext, INestMicroservice, InjectionToken, IntrospectionResult, MessageEvent, MiddlewareConsumer, ModuleMetadata, NestApplicationOptions, NestHybridApplicationOptions, NestInterceptor, NestMiddleware, NestModule, OnApplicationBootstrap, OnApplicationShutdown, OnModuleDestroy, OnModuleInit, OptionalFactoryDependency, Paramtype, PipeTransform, Provider, RawBodyRequest, RpcExceptionFilter, Scope, ScopeOptions, Type, ValidationError, ValueProvider, VersioningOptions, VERSION_NEUTRAL, WebSocketAdapter, WsExceptionFilter, WsMessageHandler, } from './interfaces'; export * from './module-utils'; export * from './pipes'; export * from './serializer'; export * from './services'; export * from './utils';