core
core copied to clipboard
TypeScript & Flow Definitions incomplete for partial application
The functions zip
, zipItems
, snapshot
, slice
, scan
, loop
and combine
all have invalid TypeScript definitions when using partial application. We'll want to use the same techniques describe in #288 to correct all our definitions.
The same seems to be true for flow defs. I think the same "tree" technique we chatted about will work for both TS and Flow.
Added to the never-ending backlog.
TS part should be fixed in https://github.com/mostjs/core/pull/296
I guess we only need flow definitions then?