(alias-symbol conditional-type)
Returns: Symbol | undefined
**Returns:** `Symbol | undefined`
(alias-type-arguments conditional-type)
Returns: readonly Type[] | undefined
**Returns:** `readonly Type[] | undefined`
(apparent-properties conditional-type)
Returns: Symbol[]
**Returns:** `Symbol[]`
(base-types conditional-type)
Returns: BaseType[] | undefined
**Returns:** `BaseType[] | undefined`
(call-signatures conditional-type)
Returns: readonly Signature[]
**Returns:** `readonly Signature[]`
(class-or-interface? conditional-type)
Returns: boolean
**Returns:** `boolean`
(constraint conditional-type)
Returns: Type | undefined
**Returns:** `Type | undefined`
(construct-signatures conditional-type)
Returns: readonly Signature[]
**Returns:** `readonly Signature[]`
(default conditional-type)
Returns: Type | undefined
**Returns:** `Type | undefined`
(extends-type conditional-type)
Returns: Type
**Returns:** `Type`
(get-flags conditional-type)
Returns: TypeFlags
**Returns:** `TypeFlags`
(get-symbol conditional-type)
Returns: Symbol | undefined
**Returns:** `Symbol | undefined`
(index-type? conditional-type)
Returns: boolean
**Returns:** `boolean`
(intersection? conditional-type)
Returns: boolean
**Returns:** `boolean`
(non-nullable-type conditional-type)
Returns: Type
**Returns:** `Type`
(number-index-type conditional-type)
Returns: Type | undefined
**Returns:** `Type | undefined`
(number-literal? conditional-type)
Returns: boolean
**Returns:** `boolean`
(pattern conditional-type)
Returns: DestructuringPattern | undefined
**Returns:** `DestructuringPattern | undefined`
(properties conditional-type)
Returns: Symbol[]
**Returns:** `Symbol[]`
(property conditional-type property-name)
Parameters:
property-name
: string
Returns: Symbol | undefined
**Parameters:** - `property-name`: `string` **Returns:** `Symbol | undefined`
(resolved-false-type conditional-type)
Returns: Type | undefined
**Returns:** `Type | undefined`
(resolved-true-type conditional-type)
Returns: Type | undefined
**Returns:** `Type | undefined`
(root conditional-type)
Returns: ConditionalRoot
**Returns:** `ConditionalRoot`
(string-index-type conditional-type)
Returns: Type | undefined
**Returns:** `Type | undefined`
(string-literal? conditional-type)
Returns: boolean
**Returns:** `boolean`
(type-parameter? conditional-type)
Returns: boolean
**Returns:** `boolean`
(union-or-intersection? conditional-type)
Returns: boolean
**Returns:** `boolean`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close