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
/
_isTransformer.js
3 lines
•
119 B
JavaScript
View Raw
1
2
3
export
default
function
_isTransformer
(
obj
) {
return
obj !=
null
&&
typeof
obj[
'@@transducer/step'
] ===
'function'
; }