UNPKG

pure-conditions

Version:
5 lines (4 loc) 137 B
function respondsTo (object, string) { return !!(object[string] && typeof object[string] === 'function') } module.exports = respondsTo