Searched defs:TsUtils (Results 1 – 1 of 1) sorted by relevance
51 export class TsUtils { class962 …const isNullableUnionType = this.options.useRtLogic ? TsUtils.isNullableUnionType(t) : t.isUnion(); constant