/
var
/
www
/
qr4y.com
/
server
/
delivery
/
node_modules
/
es5-ext
/
array
/
of
/
/var/www/qr4y.com/server/delivery/node_modules/es5-ext/array/of
mkdir
upload
Name
Size
Mode
Actions
implement.js
186
0644
edit
dl
rm
index.js
94
0644
edit
dl
rm
is-implemented.js
198
0644
edit
dl
rm
shim.js
614
0644
edit
dl
rm
Edit:
/var/www/qr4y.com/server/delivery/node_modules/es5-ext/array/of/is-implemented.js
(198B)
"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"); };
Save
"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"); };