Files
memecoin-botV2/.pnpm-store/v10/files/0e/7f078fc7c2f5dfedc30cd0f99bf3ef1ca696256e3ca5e843993938164c8ad1491c0d4fbcfe868c5334cdb9da78d635db9a837698e4cb3d8b8357fea158a8d2

8 lines
396 B
Plaintext

export { parse, parseForESLint, type ParserOptions } from './parser';
export { clearCaches, createProgram, type ParserServices, type ParserServicesWithoutTypeInformation, type ParserServicesWithTypeInformation, withoutProjectParserOptions, } from '@typescript-eslint/typescript-estree';
export declare const version: string;
export declare const meta: {
name: string;
version: string;
};