UNPKG

@genexus/web-standard-functions

Version:

GeneXus JavaScript standard functions library for web generators

6 lines (5 loc) 127 B
/** * Checks if an URL can be opened * @param {string} urlStr */ export declare const canOpen: (urlStr: string) => boolean;