eslintwork/node_modules/globals/index.d.ts
Martin Donnelly 9cbf1eea5b init
2021-06-24 09:26:17 +01:00

7 lines
165 B
TypeScript

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