Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/
DTypeScriptLinter.ts6508 …const { isLiteralInitialized, isFloatLiteral, hasExplicitTypeAnnotation } = this.getDeclarationInf… constant
6547 const hasExplicitTypeAnnotation = !!declaration.type; constant