This package has been deprecated

Author message:

io.js is no more

is-io

1.0.1 • Public • Published

is-io Build Status

Check if the runtime is io.js instead of Node.js

Install

$ npm install --save is-io

Usage

var isIo = require('is-io');

if (isIo) {
	// do something custom in io.js
} else {
	// and something else in Node.js
}

License

MIT © Sindre Sorhus

Package Sidebar

Install

npm i is-io

Weekly Downloads

2

Version

1.0.1

License

MIT

Last publish

Collaborators

  • sindresorhus