Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 531 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 531 Bytes

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