frontend/.pnpm-store/v3/files/ed/81c4f54b3a46192153980f1a67ec1a915b6086e2edb6426ca36ee4d03588bb55435543e7f227e19020e6f01cf69ef819ed98c59c58155e09c877274e4b73cf

9 lines
200 B
Plaintext

"use strict";
var str = "razdwatrzy";
module.exports = function () {
if (typeof str.contains !== "function") return false;
return str.contains("dwa") === true && str.contains("foo") === false;
};