Urara-Blog/node_modules/.pnpm-store/v3/files/7b/9a8ff1c54aec67f615f3d8bbadea5fe19fba9712b3702c9265a0f79242de18622575ee737994489a0ab4919ea96fb9543bea3e18132d759804249938459039
2022-08-14 01:14:53 +08:00

8 lines
No EOL
456 B
Text

import * as TSESLint from '../ts-eslint';
import { ParserServices } from '../ts-estree';
/**
* Try to retrieve typescript parser service from context
*/
declare function getParserServices<TMessageIds extends string, TOptions extends readonly unknown[]>(context: Readonly<TSESLint.RuleContext<TMessageIds, TOptions>>, allowWithoutFullTypeInformation?: boolean): ParserServices;
export { getParserServices };
//# sourceMappingURL=getParserServices.d.ts.map