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