blob: 015386f14bfb390a0ecc92b51dcc0d1a7a1ce7bb [file] [log] [blame]
function _isTransformer(obj) {
return obj != null && typeof obj['@@transducer/step'] === 'function';
}
module.exports = _isTransformer;