npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

unwrap

0.1.0

@samccone

npmHomeRepoSnykSocket
Downloads:37
$ npm install unwrap
DailyWeeklyMonthlyYearly

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

});