Sha256: 89b0a7a47a89aa75c2c60f0eaf7a57579b8cba3a98d33c98b23f4a89de89ea2c
Contents?: true
Size: 213 Bytes
Versions: 46
Compression:
Stored size: 213 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
46 entries across 46 versions & 3 rubygems