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