cleanup
This commit is contained in:
parent
26233d61ea
commit
05933af152
10 changed files with 22 additions and 15 deletions
|
@ -8,11 +8,11 @@ import evaluateCheck from "../../src/module/rolls/check-evaluation";
|
|||
class StubGame {
|
||||
constructor() {
|
||||
this.i18n = {
|
||||
localize: (a: string) => a,
|
||||
localize: (key: string) => key,
|
||||
};
|
||||
}
|
||||
i18n: {
|
||||
localize: (a: string) => string;
|
||||
localize: (key: string) => string;
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue