Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Fourstore
/
ytdl
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ytdl
/
node_modules
/
boolbase
/
index.js
fourmovie
update space
92c4149
7 months ago
raw
Copy download link
history
blame
contribute
delete
125 Bytes
module
.
exports
= {
trueFunc
:
function
trueFunc
(
){
return
true
;
},
falseFunc
:
function
falseFunc
(
){
return
false
;
}
};