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