Sign in
chromium
/
devtools
/
devtools-frontend
/
40fcb9a9aae81ac1df2c19dee467ab3a4cf4088b
/
.
/
node_modules
/
ramda
/
src
/
internal
/
_xfBase.js
blob: cb1dfeec4c5873be582c4cb9f7a8d40ce229c1f3 [
file
] [
log
] [
blame
]
module
.
exports
=
{
init
:
function
()
{
return
this
.
xf
[
'@@transducer/init'
]();
},
result
:
function
(
result
)
{
return
this
.
xf
[
'@@transducer/result'
](
result
);
}
};