Finish rewrite

This commit is contained in:
Vendicated
2022-08-29 22:05:22 +02:00
parent c39ff8f648
commit 483bc13a31
15 changed files with 165 additions and 29 deletions

1
src/globals.d.ts vendored
View File

@ -10,6 +10,7 @@ declare global {
push(chunk: any): any;
pop(): any;
};
[k: PropertyKey]: any;
}
}