Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts118 static isEnumType(tsType: ts.Type): boolean { method in TsUtils
122 …const isEnumType = !!(tsType.flags & ts.TypeFlags.Enum) || !!(tsType.flags & ts.TypeFlags.EnumLite… constant