SANDRAMSC's picture
Updated README.md with Hugging Face configuration
51ddcbf
raw
history blame
68 Bytes
export const isFunction = (value) => (typeof value === "function");