UNPKG

@emvu/react-scripts

Version:

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