UNPKG

route-parser

Version:

A isomorphic, bullet-proof, ninja-ready route parsing, matching, and reversing library for Javascript in Node and the browser.

9 lines (6 loc) 103 B
/** * @module Passage */ 'use strict'; var Route = require('./lib/route'); module.exports = Route;