UNPKG

noflo

Version:

Flow-Based Programming environment for JavaScript

10 lines (8 loc) 214 B
(function() { exports.isBrowser = function() { if (typeof process !== 'undefined' && process.execPath && process.execPath.match(/node|iojs/)) { return false; } return true; }; }).call(this);