UNPKG

@graphql-eslint/eslint-plugin

Version:
3 lines (2 loc) 171 B
import { GraphQLESLintParseResult, ParserOptions } from './types'; export declare function parseForESLint(code: string, options: ParserOptions): GraphQLESLintParseResult;