frontend/.pnpm-store/v3/files/3d/7344055fd15de9df0b091d47f99f517a2a89b694cd075973cf3e25a5f9c4135c6977a1ca50f359f6fd8e9368ff5de83bb70e068796ecc8f74f99818305a3dd

9 lines
201 B
Plaintext

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