blob: 4a9281a66821262883bb46d22ef9cf321e7d4316 [file]
export default function _isFunction(x) {
return Object.prototype.toString.call(x) === '[object Function]';
}