UNPKG

orionsoft-react-scripts

Version:

Orionsoft Configuration and scripts for Create React App.

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); };