pluck.js 101 B

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