mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11:24 +01:00
refactor(es modules): continue migration
This commit is contained in:
parent
bc65e0e207
commit
97f2b213c4
42 changed files with 252 additions and 222 deletions
8
src/types/global.d.ts
vendored
8
src/types/global.d.ts
vendored
|
|
@ -4,4 +4,12 @@ interface Navigator {
|
|||
};
|
||||
}
|
||||
|
||||
interface Window {
|
||||
fmg: {
|
||||
modules: {
|
||||
[key: string]: boolean;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
type UnknownObject = {[key: string]: unknown};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue