Home
last modified time | relevance | path

Searched refs:isArkTSCollectionsArrayLikeDeclaration (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/
DTsUtils.ts2107 return this.isArkTSCollectionsArrayLikeDeclaration(node.parent);
2116 return this.isArkTSCollectionsArrayLikeDeclaration(symbol.declarations[0]);
2119 private isArkTSCollectionsArrayLikeDeclaration(decl: ts.Declaration): boolean { method in TsUtils