marpple / FxTS

A functional programming library for TypeScript/JavaScript
https://fxts.dev
Apache License 2.0
862 stars 63 forks source link

refactor: reduceLazy move to strict folder #247

Closed ppeeou closed 5 months ago

ppeeou commented 5 months ago

@Phryxia

https://github.com/marpple/FxTS/pull/245

There is something I missed in the PR, so correct it

Functions in the Lazy folder must return iterable/asyncIterable. reduceLazy must be in the strict folder.