astro-ghostcms/.pnpm-store/v3/files/28/ad120031831852313c933cc2a8a...

6 lines
268 B
Plaintext

import type { parseForESLint } from "@typescript-eslint/parser";
export declare function resolveParser(): {
parseForESLint: typeof parseForESLint;
};
export declare function getInstalledParserId(): "@typescript-eslint/parser" | "@babel/eslint-parser" | undefined;