parsers

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

Usage no npm install needed!

<script type="module">
  import parsers from 'https://cdn.skypack.dev/parsers';
</script>

README

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.