Skip to content

Instantly share code, notes, and snippets.

@videlais
Created August 23, 2014 19:55
Embed
What would you like to do?
Node Detection
var isNode = (typeof process !== "undefined" && typeof require !== "undefined");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment