function isUrlimport { isUrl } from "https://deno.land/x/valideno@v1.0.0/mod.ts"; isUrl(unnamed 0?: { protocols?: string[] | null; allowDataUrl?: boolean; allowUrl?: boolean; allowLocal?: boolean; allowIp?: boolean; allowDomain?: boolean; allowBasicAuth?: boolean; allowPort?: boolean; allowRecourcePath?: boolean; }): ValidatorThanks to https://gist.github.com/dperini/729294 Data URL https://gist.github.com/bgrins/6194623 Parametersoptionalunnamed 0: { protocols?: string[] | null; allowDataUrl?: boolean; allowUrl?: boolean; allowLocal?: boolean; allowIp?: boolean; allowDomain?: boolean; allowBasicAuth?: boolean; allowPort?: boolean; allowRecourcePath?: boolean; } = [UNSUPPORTED]Options ReturnsValidator