Skip to content

Rest path params

Followdocumentation of thepath-to-regexpnpm package

Example:

ts
import{ Route }from"mobx-route";exportconstserviceRoute=newRoute('/services/:serviceId{/*rest}');

Released under the MIT License.