ohctechv3/.svn/pristine/99/996da67eed661979dff36d33425102b5fa060719.svn-base
2024-10-28 15:03:36 +05:30

7 lines
165 B
Plaintext

import {ReadonlyDeep} from 'type-fest';
import globalsJson = require('./globals.json');
declare const globals: ReadonlyDeep<typeof globalsJson>;
export = globals;