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