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