Sha256: d9cbcf496b5312f6342b4651c0a79506bc112dc7a0faa42835498a71287394fc
Contents?: true
Size: 103 Bytes
Versions: 14
Compression:
Stored size: 103 Bytes
Contents
function firstOnly(x) { if (x.length === 0) { throw new EmptyError(); } return x[0]; }
Version data entries
14 entries across 7 versions & 1 rubygems