Searched defs:isNullableUnionType (Results 1 – 1 of 1) sorted by relevance
468 static isNullableUnionType(type: ts.Type): boolean { method in TsUtils1136 …const isNullableUnionType = this.options.useRtLogic ? TsUtils.isNullableUnionType(t) : t.isUnion(); constant