UNPKG

@graphql-eslint/eslint-plugin

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