is-development

1.0.2 • Public • Published

is-development

Detect if you are in the DEVELOPMENT mode of the nodejs

NPM version

Support us

Star this project on GitHub.

Usage ES6

import isDevelopment from 'is-development';
 
if (isDevelopment) {
  console.log('You are in the development mode');
}

Usage ES5

var isDevelopment = require('is-development');
 
if (isDevelopment) {
  console.log('You are in the development mode');
}

Try our other React components

Credits

Zlatko Fedor

Readme

Keywords

Package Sidebar

Install

npm i is-development

Weekly Downloads

17

Version

1.0.2

License

MIT

Last publish

Collaborators

  • zlatkofedor