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