projecte_ionic/node_modules/@eslint/eslintrc/node_modules/globals/index.d.ts
2022-02-09 18:30:03 +01:00

7 lines
165 B
TypeScript
Executable file

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