UNPKG

@loopback/docs

Version:
30 lines (19 loc) 726 B
--- lang: en title: 'API docs: rest.trierouter.(constructor)' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.rest.trierouter.(constructor).html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/rest](./rest.md) &gt; [TrieRouter](./rest.trierouter.md) &gt; [(constructor)](./rest.trierouter.(constructor).md) ## TrieRouter.(constructor) Constructs a new instance of the `TrieRouter` class <b>Signature:</b> ```typescript constructor(options?: RestRouterOptions); ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | options | <code>RestRouterOptions</code> | |