## router-tree-map

```
npm i router-tree-map
```

This package provides a radix tree map-like container for parameterized `/route-like/:keys` and values.

This is a port of the [go httprouter implementation by Julien Schmidt](https://github.com/julienschmidt/httprouter/blob/v1.3.0/tree.go)

## API

See the [docs](https://github.com/ingress/ingress/tree/dev/packages/router-tree-map/docs)
