UNPKG

113 BTypeScriptView Raw
1export = isUrl;
2
3/**
4 * @returns Whether `string` is a URL.
5 */
6declare function isUrl(string: string): boolean;