ultrasonicsoft / node-debug-decorator-client

Nodejs + TypeScript + Express client using @Debug() decorator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Node.js + Express.js + TypeScript client using @Debug decorator

Introduction

This demo project shows how you can put @Deubg() decorator on methods to skip them being executed at production mode. If you set NODE_ENV=production in process.env.NODE_ENV variable then all methods with @Debug() decorator will not get executed at runtime.

About

Nodejs + TypeScript + Express client using @Debug() decorator


Languages

Language:TypeScript 100.0%