types / rethinkdb

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

Add `Contains<T>` method to `RArray<T>` interface #10

Closed lukeify closed 7 years ago

lukeify commented 7 years ago

.contains() should be available off .dbList() : RArray<T> as mentioned in the second example of rethinkdb/rethinkdb #3512.

unional commented 7 years ago

Just double check, is it available in 2.3.0?