server-json/node_modules/ramda/es/internal/_xfBase.js
2024-11-01 08:00:42 +00:00

8 lines
No EOL
174 B
JavaScript

export default {
init: function () {
return this.xf['@@transducer/init']();
},
result: function (result) {
return this.xf['@@transducer/result'](result);
}
};