parseCommsURL()
function parseCommsURL(url: string): CommsURLInfo | null;
Parse a Comms URL into the entity it points at.
Parameters
| Parameter | Type | Description |
|---|---|---|
url | string | The URL to parse. |
Returns
CommsURLInfo | null
The entity the URL points at, or null if it is not a Comms URL.