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