Skip to content

Instantly share code, notes, and snippets.

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