-
-
Save ridomin/ad089ea749eae7234b1b3b6675d50e67 to your computer and use it in GitHub Desktop.
Minimal commonjs #javascript #minimal
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var exports = {} | |
var require = function(n){return exports} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
minimal code to run common js modules in browsers