blob: 569cb43b3fb88d8985dab2b229fea2405d7795e5 [file] [log] [blame] [edit]
export function keys(x){
return Object.keys(x)
}