anki/ts/reviewer/index.ts
Damien Elmes 9edac805ad support card state mutator in test scheduler
Documentation to come
2021-05-17 16:59:02 +10:00

10 lines
406 B
TypeScript

// Copyright: Ankitects Pty Ltd and contributors
// License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
// This is a temporary extra file we load separately from reviewer.ts. Once
// reviewer.ts has been migrated into ts/, the code here can be merged into
// it.
import { mutateNextCardStates } from "./answering";
globalThis.anki = { ...globalThis.anki, mutateNextCardStates };