node-warning

Mirror of Facebook's Warning
  https://github.com/BerkeleyTrue/warning
  0
  no reviews



Similar to Facebook's invariant but only logs a warning if the condition is not met. This can be used to log issues in development environments in critical paths. Removing the logging code for production environments will keep the same logic and follow the same code paths.

Node.js is an event-based server-side JavaScript engine.