Searched defs:isEnumType (Results 1 – 2 of 2) sorted by relevance
312 export function isEnumType(tsType: ts.Type): boolean { function316 …const isEnumType = !!(tsType.flags & ts.TypeFlags.Enum) || !!(tsType.flags & ts.TypeFlags.EnumLite… constant
192 export function isEnumType(tsType: Type): boolean { function