1.1.3 • Published 10 years ago
mangle v1.1.3
Mangle
A string mangle.
Installation
npm install mangleUsage
var mangle = require("mangle");
mangle("a string after mangle"); // => "_ ______ _____ ______"Tests
npm run testLicense
MIT
A string mangle.
npm install manglevar mangle = require("mangle");
mangle("a string after mangle"); // => "_ ______ _____ ______"npm run testMIT