_isTransformer.js 119 B

123
  1. export default function _isTransformer(obj) {
  2. return obj != null && typeof obj['@@transducer/step'] === 'function';
  3. }