KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
TSTypeParameter
Interface TSTypeParameter
interface
TSTypeParameter
{
const
:
boolean
;
constraint
:
TSType
|
null
;
default
:
TSType
|
null
;
end
:
number
;
in
:
boolean
;
name
:
BindingIdentifier
;
out
:
boolean
;
parent
?:
Node
;
range
?:
[
number
,
number
]
;
start
:
number
;
type
:
"TSTypeParameter"
;
}
Hierarchy (
View Summary
)
Span
TSTypeParameter
Index
Properties
const
constraint
default
end
in
name
out
parent?
range?
start
type
Properties
const
const
:
boolean
constraint
constraint
:
TSType
|
null
default
default
:
TSType
|
null
end
end
:
number
in
in
:
boolean
name
name
:
BindingIdentifier
out
out
:
boolean
Optional
parent
parent
?:
Node
Optional
range
range
?:
[
number
,
number
]
start
start
:
number
type
type
:
"TSTypeParameter"
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
const
constraint
default
end
in
name
out
parent
range
start
type
Github
KC's Workspace
Loading...