Commit c0b2907d authored by nanahira's avatar nanahira

fix

parent 3f84e073
......@@ -22,7 +22,7 @@ class LFList {
}
export class LFListChecker extends AbstractChecker {
info: any;
declare info: any;
lflists: LFList[];
pendingLists: LFList[];
expectedCount: number;
......
import { AbstractChecker, Card } from "./AbstractChecker";
export class RegexChecker extends AbstractChecker {
info: any;
declare info: any;
regexObj: RegExp;
async initialize() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment