types / rethinkdb

Types for https://github.com/rethinkdb/rethinkdb
MIT License
11 stars 6 forks source link

Fixed Omissions #15

Closed ChrisTalman closed 4 years ago

ChrisTalman commented 6 years ago

Added filter() and args() in two places where they had been omitted.

Allowed merge() to return objects of any type, as the previous type definition seemed to be preventing the method from returning a new object with old or new fields, which the RethinkDB JavaScript driver allows.