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