Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
salomonsky/oraculo
salomonsky
/
tarot
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
tarot
/
node_modules
/
form-data-encoder
/
lib
/
esm
/
util
/
isFunction.js
biohazard333
Mensaje de commit
8775c1a
over 2 years ago
raw
Copy download link
history
blame
contribute
delete
88 Bytes
const
isFunction
= (
value
) => (
typeof
value ===
"function"
);
export
default
isFunction;