taijiweb / rewrap-patch

Monkey patch on String.prototype for rewrap.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rewrap-patch

Monkey patch on String.prototype for the npm package rewrap.

Most of time you do NOT need this package, except that you need str.match(someRewrap, data) and the like.

See rewrap for more information.

usage

npm install rewrap
npm install rewrap-patch

require('rewrap-patch');    // done!
                            // this package just patch String.prototype
                            //it does not generate any exports.

document

Just see index.js

About

Monkey patch on String.prototype for rewrap.

License:MIT License


Languages

Language:JavaScript 100.0%