Files
WeihnachtsKalenderMelly/node_modules/es5-ext/test/function/pluck.js
2021-11-21 11:18:28 +01:00

6 lines
101 B
JavaScript

"use strict";
var o = { foo: "bar" };
module.exports = function (t, a) { a(t("foo")(o), o.foo); };