ohctechv3/.svn/pristine/99/996da67eed661979dff36d33425102b5fa060719.svn-base

7 lines
165 B
Plaintext
Raw Normal View History

2024-10-28 15:03:36 +05:30
import {ReadonlyDeep} from 'type-fest';
import globalsJson = require('./globals.json');
declare const globals: ReadonlyDeep<typeof globalsJson>;
export = globals;