Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/
DTsUtils.ts2110 isArkTSCollectionsArrayLikeType(type: ts.Type): boolean { method in TsUtils
/arkcompiler/ets_frontend/ets2panda/linter/lib/
DTypeScriptLinter.ts1701 if (this.tsUtils.isArkTSCollectionsArrayLikeType(type)) {