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