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