Liking cljdoc? Tell your friends :D

dots.typescript.type


alias-symbolcljs

(alias-symbol type)

Returns: Symbol | undefined

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

alias-type-argumentscljs

(alias-type-arguments type)

Returns: readonly Type[] | undefined

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

apparent-propertiescljs

(apparent-properties type)

Returns: Symbol[]

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

base-typescljs

(base-types type)

Returns: BaseType[] | undefined

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

call-signaturescljs

(call-signatures type)

Returns: readonly Signature[]

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

class-or-interface?cljs

(class-or-interface? type)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

class?cljs

(class? type)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

constraintcljs

(constraint type)

Returns: Type | undefined

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

construct-signaturescljs

(construct-signatures type)

Returns: readonly Signature[]

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

defaultcljs

(default type)

Returns: Type | undefined

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

flagscljs

(flags type)

Returns: TypeFlags

**Returns:** `TypeFlags`
sourceraw docstring

get-flagscljs

(get-flags type)

Returns: TypeFlags

**Returns:** `TypeFlags`
sourceraw docstring

get-symbolcljs

(get-symbol type)

Returns: Symbol | undefined

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

index-type?cljs

(index-type? type)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

intersection?cljs

(intersection? type)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

literal?cljs

(literal? type)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

non-nullable-typecljs

(non-nullable-type type)

Returns: Type

**Returns:** `Type`
sourceraw docstring

number-index-typecljs

(number-index-type type)

Returns: Type | undefined

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

number-literal?cljs

(number-literal? type)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

patterncljs

(pattern type)

Returns: DestructuringPattern | undefined

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

propertiescljs

(properties type)

Returns: Symbol[]

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

propertycljs

(property 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! type value)
source

set-alias-type-arguments!cljs

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

set-flags!cljs

(set-flags! type value)
source

set-pattern!cljs

(set-pattern! type value)
source

set-symbol!cljs

(set-symbol! type value)
source

string-index-typecljs

(string-index-type type)

Returns: Type | undefined

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

string-literal?cljs

(string-literal? type)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

symbolcljs

(symbol type)

Returns: Symbol

**Returns:** `Symbol`
sourceraw docstring

type-parameter?cljs

(type-parameter? type)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

union-or-intersection?cljs

(union-or-intersection? type)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

union?cljs

(union? type)

Returns: boolean

**Returns:** `boolean`
sourceraw docstring

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

× close