Spaces:
Runtime error
Runtime error
File size: 68 Bytes
51ddcbf |
1 2 |
export const isFunction = (value) => (typeof value === "function");
|