You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
413 B
7 lines
413 B
export function getAncestors(context: any, node: any): any;
|
|
export function getFirstTokens(context: any, node: any, count: any): any;
|
|
export function getScope(context: any, node: any): any;
|
|
export function getSourceCode(context: any): any;
|
|
export function getText(context: any, ...args: any[]): any;
|
|
export function markVariableAsUsed(name: any, node: any, context: any): any;
|
|
//# sourceMappingURL=eslint.d.ts.map
|