Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/linter/lib/utils/
DTsUtils.ts360 static isNullableUnionType(type: ts.Type): boolean { method in TsUtils
856 const isNullableUnionType = this.useSdkLogic ? t.isUnion() : TsUtils.isNullableUnionType(t); constant