UNPKG

babel-preset-test-bundled-dependencies

Version:

Allow custom config for create-react-app without ejecting

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