UNPKG

d2-ui

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