Files
DelLevin-Home a4a326401e 1
2026-03-10 22:06:32 +08:00

7 lines
165 B
TypeScript

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