module.exports = isAbsoluteURL = str => /^[a-z][a-z0-9+.-]*:/.test(str);