Skip to content

Instantly share code, notes, and snippets.

@luk-
Forked from rwaldron/process.js
Created October 17, 2012 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luk-/3906519 to your computer and use it in GitHub Desktop.
Save luk-/3906519 to your computer and use it in GitHub Desktop.
// https://github.com/joyent/node/blob/master/src/node.cc#L2103
//
console.log(
typeof process !== "undefined" && {}.toString.call(process) === '[object process]'
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment