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