0.0.1 • Published 8 years ago

rewrap-patch v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

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