UNPKG

link-exists

Version:

A super lightweight JavaScript / TypeScript library to check whether a given url is valid and exists or not.

3 lines (2 loc) 99 B
export declare const REGEX_VALID_URL: RegExp; export declare const REGEX_PREPEND_PROTOCOL: RegExp;