splittype
splittype(
url:string): [string,string]
Defined in: packages/pythonlib/src/urllib.ts:304
Split a URL after the scheme into [scheme, rest].
Parameters
| Parameter | Type | Description |
|---|---|---|
url | string | URL to split |
Returns
[string, string]
Tuple of [scheme, rest]