Searched defs:isNullableUnionType (Results 1 – 1 of 1) sorted by relevance
360 static isNullableUnionType(type: ts.Type): boolean { method in TsUtils856 const isNullableUnionType = this.useSdkLogic ? t.isUnion() : TsUtils.isNullableUnionType(t); constant