UNPKG

kitchensink

Version:

Dispatch's awesome components and style guide

9 lines (7 loc) 166 B
'use strict'; module.exports = function (url) { if (typeof url !== 'string') { throw new TypeError('Expected a string'); } return /^(?:\w+:)\/\//.test(url); };