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