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