test-action-debian-package/node_modules/ramda/src/internal/_isTransformer.js

5 lines
138 B
JavaScript
Raw Normal View History

2020-03-26 14:37:35 +00:00
function _isTransformer(obj) {
return obj != null && typeof obj['@@transducer/step'] === 'function';
}
module.exports = _isTransformer;