1.2.0 • Published 7 years ago

functional-route-parser v1.2.0

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

What is it?

A 10X FASTER and functional route parser (run the benchmark for yourself), for Javascript in Node and the browser. Its api is inspired by route-parser, but is implemented in a functional way, don't rely in 'this' keyword.

UPDATE: This module is now maintained in the following repository:

github.com/fun-js/route-parser

How do I install it?

npm install --save @funjs/route-parser
or
yarn add @funjs/route-parser