uuid-js
uuid-js copied to clipboard
Support running in browser w/o module exports defined.
Can additionally add AMD support if desired.
Maybe use something like https://github.com/umdjs/umd/blob/master/templates/returnExportsGlobal.js ?
@fiskus seems a bit heavy to add another dependency just for this. Open to it though. @pnegri?
It's link to template of code, not to package or something. I mean maybe use more universal export (named Universal Module Definition)?
I misunderstood.
I've added amd support. @fiskus - is your desire that this be wrapped in a closure such as in the example you provided?
@fiskus Do we have any news on this? Can you merge it?
+1 for that