_xfBase.js 174 B

12345678
  1. export default {
  2. init: function () {
  3. return this.xf['@@transducer/init']();
  4. },
  5. result: function (result) {
  6. return this.xf['@@transducer/result'](result);
  7. }
  8. };