UNPKG

@moderntribe/wme-utils

Version:

Common utilities used in the WME ecosystem

8 lines 220 B
/** * Check if sting is a valud URL * * @param {string} url - String to check * @return {boolean} - Is url valid */ export declare const isValidUrl: (url: string) => boolean; //# sourceMappingURL=isValidUrl.d.ts.map