Like consolidate.js, but for parsers instead of engines.
npm i parsers --save-dev
npm test
var parsers = require('parsers');
console.log(parsers('abc'));
//=> ['a', 'b', 'c'];
Clear the cache.
Jon Schlinkert
Copyright (c) 2014 Jon Schlinkert, contributors.
Released under the MIT license
This file was generated by verb-cli on October 09, 2014.