frontend/.pnpm-store/v3/files/68/70a9d8a36a2aceaecea48f85343f82c85b484ddb2bb44c5ae914f2ea2e48aaacb2f018376a09393d23431addea49c5a21f1d7768cc32fc8ef243609e24f93c

9 lines
207 B
Plaintext

"use strict";
var str = "razdwatrzy";
module.exports = function () {
if (typeof str.startsWith !== "function") return false;
return str.startsWith("trzy") === false && str.startsWith("raz") === true;
};