Sign in
chromium
/
devtools
/
devtools-frontend
/
de3fcf0a075ed797df8f5490eb00a7404f098a06
/
.
/
node_modules
/
rambda
/
src
/
trim.js
blob: 41cf70f410fabb0f1eaa97dc54fd9d499205502b [
file
]
export
function
trim
(
str
){
return
str
.
trim
()
}