functional-route-parser
v1.2.0
Published
Simple and fast functional route parser...
Downloads
11
Readme
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