An error occurred while loading the file. Please try again.
index.d.ts 165 bytes
import {ReadonlyDeep} from 'type-fest';
import globalsJson = require('./globals.json');
declare const globals: ReadonlyDeep<typeof globalsJson>;
export = globals;