Searched defs:isEnum (Results 1 – 3 of 3) sorted by relevance
126 static isEnum(tsSymbol: ts.Symbol): boolean { method in TsUtils
2245 const isEnum = this.isNumericEnumType(type); constant
10430 oe.isEnum = t => t && t.hasOwnProperty("__enums__"); function