https://github.com/samccone/unwrap
unwrap UMD
https://github.com/samccone/unwrap
Last synced: 2 months ago
JSON representation
unwrap UMD
- Host: GitHub
- URL: https://github.com/samccone/unwrap
- Owner: samccone
- Created: 2014-05-05T23:50:44.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-09T22:08:48.000Z (about 12 years ago)
- Last Synced: 2025-11-17T05:23:34.438Z (8 months ago)
- Language: JavaScript
- Size: 160 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
unwrap
A tool to remove a UMD wrap from a given file.
[](https://travis-ci.org/samccone/unwrap)
## How To
`npm install unwrap`
### CLI
`./node_modules/.bin/unwrap > my_unwrapped_file.js`
### API
```js
require('unwrap')("path_to_file.js", function(e, unwrapped) {
});
```