npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

parsers

0.1.1

@jonschlinkert

npmHomeRepoSnykSocket
Downloads:0
$ npm install parsers
DailyWeeklyMonthlyYearly

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

  • github/jonschlinkert
  • twitter/jonschlinkert

License

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


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