unwrap

0.1.0 • Public • Published

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) {
 
});

Readme

Keywords

Package Sidebar

Install

npm i unwrap

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • samccone