UNPKG

456 BTypeScriptView Raw
1import * as TSESLint from '../ts-eslint';
2import { ParserServices } from '../ts-estree';
3/**
4 * Try to retrieve typescript parser service from context
5 */
6declare function getParserServices<TMessageIds extends string, TOptions extends readonly unknown[]>(context: Readonly<TSESLint.RuleContext<TMessageIds, TOptions>>, allowWithoutFullTypeInformation?: boolean): ParserServices;
7export { getParserServices };
8//# sourceMappingURL=getParserServices.d.ts.map
\No newline at end of file