Liking cljdoc? Tell your friends :D

dots.typescript.union-type


alias-symbolcljs

(alias-symbol union-type)

Returns: Symbol | undefined

**Returns:** `Symbol | undefined`
sourceraw docstring

alias-type-argumentscljs

(alias-type-arguments union-type)

Returns: readonly Type[] | undefined

**Returns:** `readonly Type[] | undefined`
sourceraw docstring

apparent-propertiescljs

(apparent-properties union-type)

Returns: Symbol[]

**Returns:** `Symbol[]`
sourceraw docstring

base-typescljs

(base-types union-type)

Returns: BaseType[] | undefined

**Returns:** `BaseType[] | undefined`
sourceraw docstring

call-signaturescljs

(call-signatures union-type)

Returns: readonly Signature[]

**Returns:** `readonly Signature[]`
sourceraw docstring

class-or-interface?cljs

(class-or-interface? union-type)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

class?cljs

(class? union-type)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

constraintcljs

(constraint union-type)

Returns: Type | undefined

**Returns:** `Type | undefined`
sourceraw docstring

construct-signaturescljs

(construct-signatures union-type)

Returns: readonly Signature[]

**Returns:** `readonly Signature[]`
sourceraw docstring

defaultcljs

(default union-type)

Returns: Type | undefined

**Returns:** `Type | undefined`
sourceraw docstring

flagscljs

(flags union-type)

Returns: TypeFlags

**Returns:** `TypeFlags`
sourceraw docstring

get-flagscljs

(get-flags union-type)

Returns: TypeFlags

**Returns:** `TypeFlags`
sourceraw docstring

get-symbolcljs

(get-symbol union-type)

Returns: Symbol | undefined

**Returns:** `Symbol | undefined`
sourceraw docstring

index-type?cljs

(index-type? union-type)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

intersection?cljs

(intersection? union-type)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

literal?cljs

(literal? union-type)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

non-nullable-typecljs

(non-nullable-type union-type)

Returns: Type

**Returns:** `Type`
sourceraw docstring

number-index-typecljs

(number-index-type union-type)

Returns: Type | undefined

**Returns:** `Type | undefined`
sourceraw docstring

number-literal?cljs

(number-literal? union-type)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

patterncljs

(pattern union-type)

Returns: DestructuringPattern | undefined

**Returns:** `DestructuringPattern | undefined`
sourceraw docstring

propertiescljs

(properties union-type)

Returns: Symbol[]

**Returns:** `Symbol[]`
sourceraw docstring

propertycljs

(property union-type property-name)

Parameters:

  • property-name: string

Returns: Symbol | undefined

**Parameters:**
- `property-name`: `string`

**Returns:** `Symbol | undefined`
sourceraw docstring

set-alias-symbol!cljs

(set-alias-symbol! union-type value)
source

set-alias-type-arguments!cljs

(set-alias-type-arguments! union-type value)
source

set-flags!cljs

(set-flags! union-type value)
source

set-pattern!cljs

(set-pattern! union-type value)
source

set-symbol!cljs

(set-symbol! union-type value)
source

set-types!cljs

(set-types! union-type value)
source

string-index-typecljs

(string-index-type union-type)

Returns: Type | undefined

**Returns:** `Type | undefined`
sourceraw docstring

string-literal?cljs

(string-literal? union-type)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

symbolcljs

(symbol union-type)

Returns: Symbol

**Returns:** `Symbol`
sourceraw docstring

type-parameter?cljs

(type-parameter? union-type)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

typescljs

(types union-type)

Returns: Type[]

**Returns:** `Type[]`
sourceraw docstring

union-or-intersection?cljs

(union-or-intersection? union-type)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

union?cljs

(union? union-type)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close