parsers

0.1.1 • Public • Published

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.

Package Sidebar

Install

npm i parsers

Weekly Downloads

231

Version

0.1.1

License

none

Last publish

Collaborators

  • doowb
  • jonschlinkert