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