in src/util/listens-to.js [2:4]
export default function (props = {}, name) { return typeof props[name] === 'function'; }