Duplicated from salomonsky/tarot
8775c1a
1
2
3
const isFunction = (value) => (typeof value === "function"); export default isFunction;