UNPKG

@graphql-eslint/eslint-plugin

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