isFunction

Checks if the provided value is a function.

export const isFunction = value => typeof value === 'function'