isFunction.js 68 B

1
  1. export const isFunction = (value) => (typeof value === "function");