Searched defs:ExportAllDeclaration (Results 1 – 5 of 5) sorted by relevance
486 protected ExportAllDeclaration(): void { method in Referencer
24 ExportAllDeclaration = 'ExportAllDeclaration', enumerator
911 export interface ExportAllDeclaration extends BaseNode { interface
273 ExportAllDeclaration?: RuleFunction<TSESTree.ExportAllDeclaration>; property
401 base.ExportAllDeclaration = function (node, st, c) { class