constant.js 81 B

1234567
  1. "use strict";
  2. var o = {};
  3. module.exports = function (t, a) {
  4. a(t(o)(), o);
  5. };