blob: 515a3051045653d17a2c7bb51be14c1f87a98d72 [file]
export function toPairs(obj){
return Object.entries(obj)
}