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