Typescript: What is type URL?
AFAICT, URL is a typescript “built-in” feature, based on the WhatWG Url specifications. The linked to page has both rationale and examples. In short it offers a structured way of using urls while making sure that they are valid. It will throw errors when attempting to create invalid urls. Typescript has the according type-definitions set … Read more