UNPKG

@loopback/docs

Version:
38 lines (25 loc) 832 B
--- lang: en title: 'API docs: rest.trie.match' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar permalink: /doc/en/lb4/apidocs.rest.trie.match.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/rest](./rest.md) &gt; [Trie](./rest.trie.md) &gt; [match](./rest.trie.match.md) ## Trie.match() method Match a route path against the trie <b>Signature:</b> ```typescript match(path: string): (ResolvedNode<T> & { node: NodeWithValue<T>; }) | undefined; ``` ## Parameters | Parameter | Type | Description | | --- | --- | --- | | path | <code>string</code> | The route path, such as <code>/customers/c01</code> | <b>Returns:</b> `(ResolvedNode<T> & { node: NodeWithValue<T>; }) | undefined`