Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
open-llm-leaderboard
/
blog
like
101
Running
App
Files
Files
Community
2
ecc11c1
blog
/
node_modules
/
boolbase
/
index.js
Clémentine
init
7c5b7bd
5 months ago
raw
Copy download link
history
blame
Safe
125 Bytes
module
.
exports
= {
trueFunc
:
function
trueFunc
(
){
return
true
;
},
falseFunc
:
function
falseFunc
(
){
return
false
;
}
};