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