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