npm install mangleMangle
======
A string mangle.
Installation
------------
npm install mangle
Usage
-----
var mangle = require("mangle");
mangle("a string after mangle"); // => "_ ______ _____ ______"
Tests
-----
npm run test
License
-------
MIT