HOME


sh-3ll 1.0
DIR:/proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/is-absolute-url/
Upload File :
Current File : //proc/self/cwd/bright.medisavehealthcarebd.com/node_modules/is-absolute-url/index.js
'use strict';
module.exports = function (url) {
	if (typeof url !== 'string') {
		throw new TypeError('Expected a string');
	}

	return /^[a-z][a-z0-9+.-]*:/.test(url);
};