UNPKG

@typescript-eslint/scope-manager

Version:
9 lines 559 B
import type { TSESTree } from '@typescript-eslint/types'; import { DefinitionBase } from './DefinitionBase'; import { DefinitionType } from './DefinitionType'; export declare class ImplicitGlobalVariableDefinition extends DefinitionBase<DefinitionType.ImplicitGlobalVariable, TSESTree.Node, null, TSESTree.BindingName> { readonly isTypeDefinition = false; readonly isVariableDefinition = true; constructor(name: TSESTree.BindingName, node: ImplicitGlobalVariableDefinition['node']); } //# sourceMappingURL=ImplicitGlobalVariableDefinition.d.ts.map