Skip to content

Instantly share code, notes, and snippets.

@summivox
Last active December 20, 2015 01:19
Show Gist options
  • Select an option

  • Save summivox/6048552 to your computer and use it in GitHub Desktop.

Select an option

Save summivox/6048552 to your computer and use it in GitHub Desktop.
browser / node library export snippets
((exp) ->
# exp.blah = blah
) switch
when module?.exports then module.exports
when window? then window
do (exports = if exports? then exports else this) ->
exports.blah = "blah"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment