identity.js 78 B

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