Kind: Function
Source: src/utils/url.ts
Part of: Utils
Signature
tsfunction splitRoutingPath(routePath: string): string[]
Parameters
| Name | Type |
|---|---|
routePath | string |
Returns: string[]
Used by
2 references from 2 files. Each is a place in this repository where the symbol is actually used — go read one rather than trusting an example.
Imported by (2)
Node—src/router/trie-router/node.ts:25matchedRoutes—src/helper/route/index.ts:32
Was this page helpful?