File size: 273 Bytes
bc20498
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
import type { BasicParserObject } from "./parser-object";
/**
 * Load `espree` from the loaded ESLint.
 * If the loaded ESLint was not found, just returns `require("espree")`.
 */
export declare function getEspree(): BasicParserObject & {
    latestEcmaVersion: number;
};