Like _.pairs: Given an object, returns an array of key/value pairs


pairs({ foo: "FOO", bar: "BAR }) // [ [ "foo", "FOO" ], [ "bar": "BAR" ] ]