Skip to main content

parseCommsURL()

function parseCommsURL(url: string): CommsURLInfo | null;

Parse a Comms URL into the entity it points at.

Parameters

ParameterTypeDescription
urlstringThe URL to parse.

Returns

CommsURLInfo | null

The entity the URL points at, or null if it is not a Comms URL.