UNPKG

@feugene/mu

Version:

Helpful TS utilities without dependencies

8 lines 175 B
/** * Checks if string can parse as URL * * @param {any} str * @returns {boolean} */ export default function isUrl(str: any): boolean; //# sourceMappingURL=isUrl.d.ts.map