.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / @typescript-eslint / experimental-utils / dist / eslint-utils / getParserServices.d.ts
diff --git a/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/getParserServices.d.ts b/.config/coc/extensions/node_modules/coc-prettier/node_modules/@typescript-eslint/experimental-utils/dist/eslint-utils/getParserServices.d.ts
new file mode 100644 (file)
index 0000000..98626f4
--- /dev/null
@@ -0,0 +1,8 @@
+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
\ No newline at end of file