azu / kvs

Lightweight key-value storage library for Browser, Node.js, and In-Memory.
MIT License
182 stars 6 forks source link

Improve AsyncIterable type #3

Open azu opened 4 years ago

azu commented 4 years ago

We can improve AsyncIterable typing. AsyncIterable<[StoreNames<Schema>, StoreValue<Schema, StoreNames<Schema>>]> may be AsyncIterable<[K StoreValue<Schema, K>]>?