UNPKG

@graphql-eslint/eslint-plugin

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