mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-18 18:11:24 +01:00
refactor: replace fmg.modules with local vars
This commit is contained in:
parent
80bf0ef688
commit
a97e7f44f6
31 changed files with 141 additions and 95 deletions
5
src/types/overrides.d.ts
vendored
5
src/types/overrides.d.ts
vendored
|
|
@ -5,11 +5,6 @@ interface Navigator {
|
|||
}
|
||||
|
||||
interface Window {
|
||||
fmg: {
|
||||
modules: {
|
||||
[key: string]: boolean;
|
||||
};
|
||||
};
|
||||
mapCoordinates: IMapCoordinates;
|
||||
// untyped IIFE modules
|
||||
$: typeof $;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue