UNPKG

eslint-plugin-export-scope

Version:

Don't leak LOCAL utils, states, components into the global scope

3 lines (2 loc) 215 B
import type { LanguageService, server } from "typescript"; export declare const getCodeFixesAtPosition: (ts: typeof import("typescript"), info: server.PluginCreateInfo) => LanguageService["getCodeFixesAtPosition"];