* Prints the representation of the internal radix tree used by the router
(opts?: PrintRoutesOptions)
| 575 | * Prints the representation of the internal radix tree used by the router |
| 576 | */ |
| 577 | printRoutes(opts?: PrintRoutesOptions): string; |
| 578 | |
| 579 | /** |
| 580 | * Prints the representation of the plugin tree used by avvio, the plugin registration system |
no outgoing calls
no test coverage detected