This repository has been archived by the owner on Dec 1, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tried using the typings with typescript 2.6/2.7 and neither worked. Both throw on `type Batch<K=any, V?=any>`. b353fb4 added the `?` before the default for some reason. AFAIK this is not valid typescript, and servers no purpose. Since `type Batch<K=any, V=any>` already has defaults, the values are optional. Without the question mark it seems to be working. @vweevers can you elaborate on what you were trying to achieve?
- Loading branch information