Sign in
chromium
/
devtools
/
devtools-frontend
/
ec00a13ce62ddc9f5697a4e4d30dfcafaacd9fc2
/
.
/
node_modules
/
ramda
/
es
/
internal
/
_isTransformer.js
blob: cc3ceebbb4c6ccd59f45a9198889fec3d6b8b5fb [
file
]
export
default
function
_isTransformer
(
obj
)
{
return
obj
!=
null
&&
typeof
obj
[
'@@transducer/step'
]
===
'function'
;
}