UNPKG

eslint-plugin-lit

Version:
13 lines (12 loc) 246 B
declare module 'espree' { export function parse( code: string, options?: Partial<{ ecmaVersion: number; comment: boolean; tokens: boolean; range: boolean; loc: boolean; }> ): import('estree').Node; }