Kind: Function
Source: atloria-monorepo/apps/api/src/tours/tour-targeting.ts
Extract path+query from a URL (or return the input if it's already a path).
Signature
tsfunction pathOf(url: string): string
Parameters
| Name | Type |
|---|---|
url | string |
Returns: string
Was this page helpful?