Sign in
chromium
/
devtools
/
devtools-frontend
/
5dfb21679dc5d9affc8a50122a3e245ff69f1d08
/
.
/
node_modules
/
rambda
/
src
/
keys.js
blob: 569cb43b3fb88d8985dab2b229fea2405d7795e5 [
file
]
export
function
keys
(
x
){
return
Object
.
keys
(
x
)
}