Sign in
◑
Theme
chromium
/
devtools
/
devtools-frontend
/
e1ba55581ebcd396ddf6a46c19a3acca7c1809f8
/
.
/
node_modules
/
rambda
/
src
/
toString.js
blob: 9d23623f7126aee228ebf5db64159ecc6a6449bd [
file
]
export
function
toString
(
x
){
return
x
.
toString
()
}