/** * Educational psychology algorithms * * @packageDocumentation */ export type { MasteryState, ResponseRecord, MasteryTrajectory } from '../types/mastery.js'; export { MASTERY_THRESHOLDS, hasMastery, masteryGap } from '../types/mastery.js'; //# sourceMappingURL=index.d.ts.map