Sign in
chromium
/
devtools
/
devtools-frontend
/
5dfb21679dc5d9affc8a50122a3e245ff69f1d08
/
.
/
node_modules
/
rambda
/
src
/
toPairs.js
blob: 515a3051045653d17a2c7bb51be14c1f87a98d72 [
file
]
export
function
toPairs
(
obj
){
return
Object
.
entries
(
obj
)
}