biohazard333
Mensaje de commit
8775c1a
const isFunction = (value) => (typeof value === "function");
export default isFunction;