Sign in
chromium
/
external
/
github.com
/
SeleniumHQ
/
selenium
/
refs/heads/api-docs-4.30.0-all
/
.
/
node_modules
/
rambda
/
src
/
keys.js
blob: 569cb43b3fb88d8985dab2b229fea2405d7795e5 [
file
] [
log
] [
blame
] [
edit
]
export
function
keys
(
x
){
return
Object
.
keys
(
x
)
}