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