parsers
v0.1.1
Published
Like consolidate.js, but for parsers instead of engines.
Downloads
912
Readme
parsers
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.