Home
last modified time | relevance | path

Searched defs:TSDeclareFunction (Results 1 – 4 of 4) sorted by relevance

/third_party/typescript_eslint/packages/scope-manager/src/referencer/
DReferencer.ts689 protected TSDeclareFunction(node: TSESTree.TSDeclareFunction): void { method in Referencer
/third_party/typescript_eslint/packages/types/src/
Dast-node-types.ts103 TSDeclareFunction = 'TSDeclareFunction', enumerator
Dts-estree.ts1344 export interface TSDeclareFunction extends FunctionDeclarationBase { interface
/third_party/typescript_eslint/packages/experimental-utils/src/ts-eslint/
DRule.ts350 TSDeclareFunction?: RuleFunction<TSESTree.TSDeclareFunction>; property