3 lines
232 B
TypeScript
3 lines
232 B
TypeScript
import type { TSESLint } from '@typescript-eslint/utils';
|
|
export declare const NoRestrictedGlobalsRule: TSESLint.RuleModule<"restrictedGlobal", [], unknown, TSESLint.RuleListener>;
|
|
//# sourceMappingURL=no-restricted-globals.d.ts.map
|