UNPKG

@0no-co/graphqlsp

Version:

TypeScript LSP plugin that finds GraphQL documents in your code and provides hints and auto-generates types.

7 lines (4 loc) 180 B
import ts from 'typescript/lib/tsserverlibrary'; type Logger = (msg: string) => void; declare const init: ts.server.PluginModuleFactory; export { type Logger, init as default };