Tumortisch-Dist/resources/app/node_modules/es5-ext/test/function/pluck.js

8 lines
102 B
JavaScript
Raw Permalink Normal View History

2021-06-15 16:00:08 +02:00
"use strict";
var o = { foo: "bar" };
module.exports = function (t, a) {
a(t("foo")(o), o.foo);
};