persona-community-5/.pnpm-store/v3/files/68/951317af5c014c3a7ce7c6d16fc7f8a8a32789f2b8335ea1507cd9b655f4bf6b58e011d14c4e3e138ad0aec2b5158e51317f0062a97e1a612c53fe4058cb86
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

8 lines
411 B
Plaintext

export { parse, parseForESLint, ParserOptions } from './parser';
export { ParserServices, ParserServicesWithTypeInformation, ParserServicesWithoutTypeInformation, clearCaches, createProgram, withoutProjectParserOptions, } from '@typescript-eslint/typescript-estree';
export declare const version: string;
export declare const meta: {
name: string;
version: string;
};
//# sourceMappingURL=index.d.ts.map