mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2025-12-24 21:11:23 +01:00
6 lines
165 B
TypeScript
6 lines
165 B
TypeScript
import {ReadonlyDeep} from 'type-fest';
|
|
import globalsJson = require('./globals.json');
|
|
|
|
declare const globals: ReadonlyDeep<typeof globalsJson>;
|
|
|
|
export = globals;
|