nestjs-common
### JsonResponse ```typescript @Controller() @UseInterceptors(ClassSerializerInterceptor) export class HelloController { @Get('hello') public async hello(): Promise<JsonResponse<string>> { return new JsonResponse<string>( "Hell
### JsonResponse ```typescript @Controller() @UseInterceptors(ClassSerializerInterceptor) export class HelloController { @Get('hello') public async hello(): Promise<JsonResponse<string>> { return new JsonResponse<string>( "Hell
An environment configuration module for NestJS that allows for easy configuration using decorators.
Nestjs common extension for Nest framework (node.js)
Initial README.md