UNPKG

typescript-language-server

Version:

Language Server Protocol (LSP) implementation for TypeScript using tsserver

5 lines 350 B
import * as lsp from 'vscode-languageserver'; import type tsp from 'typescript/lib/protocol.d.js'; import { LspDocuments } from './document.js'; export declare function provideOrganizeImports(response: tsp.OrganizeImportsResponse | undefined, documents: LspDocuments | undefined): Array<lsp.CodeAction>; //# sourceMappingURL=organize-imports.d.ts.map