Sha256: db79c0f1a8d04d3088976ca9fdde816cc91d600a7b055b04024dc8d947a7d0cb
Contents?: true
Size: 215 Bytes
Versions: 29
Compression:
Stored size: 215 Bytes
Contents
'use strict'; var str = 'razdwatrzy'; module.exports = function () { if (typeof str.startsWith !== 'function') return false; return ((str.startsWith('trzy') === false) && (str.startsWith('raz') === true)); };
Version data entries
29 entries across 19 versions & 7 rubygems