Adds a route to the trie.
Returns a route mapped to the given path and any parameter values from the URL.
Normalizes a path for inclusion into the route trie.
Splits the parent directory from its children, e.g.:
splitPath("foo/bar/baz") -> ["foo", "bar/baz"]
Generated using TypeDoc
A trie data structure that stores routes. The trie supports
:paramand*wildcardvalues.