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