UNPKG

graphql-language-service

Version:

The official, runtime independent Language Service for GraphQL

7 lines 287 B
export * from './autocompleteUtils'; export * from './getAutocompleteSuggestions'; export * from './getDefinition'; export * from './getDiagnostics'; export { getOutline } from './getOutline'; export { getHoverInformation } from './getHoverInformation'; //# sourceMappingURL=index.js.map