Home
last modified time | relevance | path

Searched defs:isNullableUnionType (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/src/lib/utils/
DTsUtils.ts468 static isNullableUnionType(type: ts.Type): boolean { method in TsUtils
1136 …const isNullableUnionType = this.options.useRtLogic ? TsUtils.isNullableUnionType(t) : t.isUnion(); constant