unwrap
v0.1.0
Published
unwrap ========
Downloads
14
Readme
unwrap
A tool to remove a UMD wrap from a given file.
How To
npm install unwrap
CLI
./node_modules/.bin/unwrap <PATH_TO_JS> > my_unwrapped_file.js
API
require('unwrap')("path_to_file.js", function(e, unwrapped) {
});