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