Kind: Function
Source: src/utils/url.ts
Part of: Utils
Signature
tsfunction checkOptionalParameter(path: string): string[] | null
Parameters
| Name | Type |
|---|---|
path | string |
Returns: string[] | null
Used by
3 references from 3 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (3)
LinearRouter—src/router/linear-router/router.ts:11RegExpRouter—src/router/reg-exp-router/router.ts:47TrieRouter—src/router/trie-router/router.ts:5
Was this page helpful?