UNPKG

112 BJavaScriptView Raw
1var isFunction = function isFunction(obj) {
2 return typeof obj === 'function';
3};
4
5export { isFunction as a };