Files
FileCollect/node_modules/globals/index.d.ts
T
2025-10-22 08:19:00 +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;