Skip to content

Instantly share code, notes, and snippets.

@ancms2600
Last active May 19, 2018 15:36
Show Gist options
  • Save ancms2600/fe88b95bc75d3fde316a10ddcb5b818d to your computer and use it in GitHub Desktop.
Save ancms2600/fe88b95bc75d3fde316a10ddcb5b818d to your computer and use it in GitHub Desktop.
Minimalist CommonJS module.exports compatibility shim for Node.js Server + Browser Client
'use strict';
(exports=>{ // browser-client reuse shim
// ...
})(typeof exports === 'undefined' ? window : exports);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment