mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 01:19:30 +08:00
6 lines
165 B
Text
6 lines
165 B
Text
import {ReadonlyDeep} from 'type-fest';
|
|
import globalsJson = require('./globals.json');
|
|
|
|
declare const globals: ReadonlyDeep<typeof globalsJson>;
|
|
|
|
export = globals;
|