0.1.1 • Published 10 years ago

parsers v0.1.1

Weekly downloads
15
License
-
Repository
github
Last release
10 years ago

parsers NPM version

Like consolidate.js, but for parsers instead of engines.

Install

Install with npm:

npm i parsers --save-dev

Run tests

npm test

Usage

var parsers = require('parsers');
console.log(parsers('abc'));
//=> ['a', 'b', 'c'];

API

.clearCache

Clear the cache.

Author

Jon Schlinkert

License

Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license


This file was generated by verb-cli on October 09, 2014.