UNPKG
@pnpm/ramda
Version:
latest (0.28.1)
0.28.1
A practical functional library for JavaScript programmers.
ramdajs.com
ramda/ramda
@pnpm/ramda
/
es
/
internal
/
_xfBase.js
8 lines
•
174 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
default
{
init
:
function
(
) {
return
this
.
xf
[
'@@transducer/init'
](); },
result
:
function
(
result
) {
return
this
.
xf
[
'@@transducer/result'
](result); } };