cefn / watchable

Repo for @watchable/store and supporting packages.
MIT License
5 stars 1 forks source link

Unpromise array support #65

Closed cefn closed 3 months ago

cefn commented 4 months ago

Adds back signatures from Typescript lib/es2015.promise.d.ts which I incorrectly believed to be superceded by the iterable interfaces for all cases. In fact both code paths need to be preserved, and all arrays cannot be treated as iterables.

cefn commented 3 months ago

Already merged combined with another PR.