open-spaced-repetition / ts-fsrs

ts-fsrs is a versatile package based on TypeScript that supports ES modules, CommonJS, and UMD.
https://open-spaced-repetition.github.io/ts-fsrs/
MIT License
213 stars 22 forks source link

Feat/Support iteration in the `repeat` #121

Closed ishiko732 closed 2 months ago

ishiko732 commented 2 months ago

A simpler result set for the repeat method using for-of.

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 100.00%. Comparing base (18a19bb) to head (8b6a9c6). Report is 1 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #121 +/- ## ========================================= Coverage 100.00% 100.00% ========================================= Files 11 11 Lines 605 609 +4 Branches 62 62 ========================================= + Hits 605 609 +4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.