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