Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
salgadev
/
docverifyrag
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
docverifyrag
/
backend
/
node_modules
/
formdata-node
/
lib
/
esm
/
isFunction.js
Sandra Ashipala
Updated README.md with Hugging Face configuration
51ddcbf
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
68 Bytes
export
const
isFunction
= (
value
) => (
typeof
value ===
"function"
);