Sign in
chromium
/
devtools
/
devtools-frontend
/
795b8d034574da8737f2ee9ff4f94de6d000a9a4
/
.
/
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
);
}
};