Sha256: 7b2bd35274de9bab102e39c11f42949e5377409b7c1b53cc2d98bb3a77f3cdbd
Contents?: true
Size: 172 Bytes
Versions: 32
Compression:
Stored size: 172 Bytes
Contents
'use strict'; module.exports = function (url) { if (typeof url !== 'string') { throw new TypeError('Expected a string'); } return /^[a-z][a-z0-9+.-]*:/.test(url); };
Version data entries
32 entries across 31 versions & 11 rubygems