Open TylorS opened 5 years ago
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?
The functions
zip
,zipItems
,snapshot
,slice
,scan
,loop
andcombine
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.