Home
last modified time | relevance | path

Searched defs:isDefaultImport (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/utils/
DTsUtils.ts938 public isDefaultImport(importSpec: ts.ImportSpecifier): boolean { method in TsUtils
/arkcompiler/ets_frontend/ets2panda/linter-4.2/src/
DUtils.ts1242 public isDefaultImport(importSpec: ts.ImportSpecifier): boolean { method in TsUtils