Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
salgadev
/
docverifyrag
like
0
Sleeping
App
Files
Files
Community
cdb3fec
docverifyrag
/
backend
/
node_modules
/
formdata-node
/
lib
/
esm
/
isFunction.js
SANDRAMSC
Updated README.md with Hugging Face configuration
51ddcbf
8 months ago
raw
Copy download link
history
blame
Safe
68 Bytes
export
const
isFunction
= (
value
) => (
typeof
value ===
"function"
);