.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / experimental-utils / _ts3.4 / dist / eslint-utils / getParserServices.d.ts
1 import * as TSESLint from '../ts-eslint';\r
2 import { ParserServices } from '../ts-estree';\r
3 /**\r
4  * Try to retrieve typescript parser service from context\r
5  */\r
6 declare function getParserServices<TMessageIds extends string, TOptions extends readonly unknown[]>(context: Readonly<TSESLint.RuleContext<TMessageIds, TOptions>>, allowWithoutFullTypeInformation?: boolean): ParserServices;\r
7 export { getParserServices };\r
8 //# sourceMappingURL=getParserServices.d.ts.map\r