2 lines
68 B
JavaScript
2 lines
68 B
JavaScript
|
export const isFunction = (value) => (typeof value === "function");
|