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