mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-25 06:19:13 +08:00
8 lines
No EOL
456 B
Text
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 |