UNPKG

fsrs-algorithm

Version:

Free Spaced Repetition Scheduler (FSRS) algorithm implementation in TypeScript

3 lines 91 B
export * from "./types"; export { FSRS } from "./fsrs"; //# sourceMappingURL=index.d.ts.map