HarshvardhanCn01's picture
Upload 1878 files
295e44e verified
const isFunction = (value) => (typeof value === "function");
export default isFunction;