frontend/.pnpm-store/v3/files/b4/56f44ea130f467fabdcc123d3b9f4ccd8e4f5704906f82ac36f388bc007fd8dee49a2245886a72e5fd3417bb1c1545a7d7c4c6330466529944b4ee80fcd662

9 lines
198 B
Plaintext

"use strict";
module.exports = function () {
var of = Array.of, result;
if (typeof of !== "function") return false;
result = of("foo", "bar");
return Boolean(result && result[1] === "bar");
};