Spaces:
Running
Running
File size: 88 Bytes
51ddcbf |
1 2 3 |
const isFunction = (value) => (typeof value === "function");
export default isFunction;
|