Sign in
◑
Theme
chromium
/
devtools
/
devtools-frontend
/
3c5c4e330c404cb2f994cee446f48fbafeda2bcf
/
.
/
node_modules
/
boolbase
/
index.js
blob: 8799fd95dbe31a85c48b956eb19f3625da9f8fb1 [
file
]
module
.
exports
=
{
trueFunc
:
function
trueFunc
(){
return
true
;
},
falseFunc
:
function
falseFunc
(){
return
false
;
}
};