File size: 68 Bytes
295e44e
1
2
export const isFunction = (value) => (typeof value === "function");