1 | import { ASTNode } from 'graphql/language';
|
2 | import { IPosition as TPosition } from 'graphql-language-service-types';
|
3 | export declare function getASTNodeAtPosition(query: string, ast: ASTNode, point: TPosition): ASTNode | undefined;
|
4 | export declare function pointToOffset(text: string, point: TPosition): number;
|
5 | //# sourceMappingURL=getASTNodeAtPosition.d.ts.map |
\ | No newline at end of file |