Sign in
chromium
/
devtools
/
devtools-frontend
/
ea366f56dde63a690895e59bdd39bbd0b51acb85
/
.
/
node_modules
/
rambda
/
src
/
toLower.js
blob: f838d92abc1f1808a3971fe3e4b67136e96d7495 [
file
]
export
function
toLower
(
str
){
return
str
.
toLowerCase
()
}