Searched defs:isEnumType (Results 1 – 1 of 1) sorted by relevance
110 static isEnumType(tsType: ts.Type): boolean { method in TsUtils114 …const isEnumType = !!(tsType.flags & ts.TypeFlags.Enum) || !!(tsType.flags & ts.TypeFlags.EnumLite… constant