Skip to content

Instantly share code, notes, and snippets.

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