Sandra Ashipala
Updated README.md with Hugging Face configuration
51ddcbf
Raw
History Blame Contribute Delete
88 Bytes
const isFunction = (value) => (typeof value === "function");
export default isFunction;