UNPKG

76 BJavaScriptView Raw
1const isFunction = (x) => typeof x === "function";
2export {
3 isFunction
4};