KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
Function
Interface Function
interface
Function
{
async
:
boolean
;
body
:
FunctionBody
|
null
;
declare
?:
boolean
;
end
:
number
;
expression
:
false
;
generator
:
boolean
;
id
:
BindingIdentifier
|
null
;
params
:
ParamPattern
[]
;
parent
?:
Node
;
range
?:
[
number
,
number
]
;
returnType
?:
TSTypeAnnotation
|
null
;
start
:
number
;
type
:
FunctionType
;
typeParameters
?:
TSTypeParameterDeclaration
|
null
;
}
Hierarchy (
View Summary
)
Span
Function
Index
Properties
async
body
declare?
end
expression
generator
id
params
parent?
range?
return
Type?
start
type
type
Parameters?
Properties
async
async
:
boolean
body
body
:
FunctionBody
|
null
Optional
declare
declare
?:
boolean
end
end
:
number
expression
expression
:
false
generator
generator
:
boolean
id
id
:
BindingIdentifier
|
null
params
params
:
ParamPattern
[]
Optional
parent
parent
?:
Node
Optional
range
range
?:
[
number
,
number
]
Optional
return
Type
returnType
?:
TSTypeAnnotation
|
null
start
start
:
number
type
type
:
FunctionType
Optional
type
Parameters
typeParameters
?:
TSTypeParameterDeclaration
|
null
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
async
body
declare
end
expression
generator
id
params
parent
range
return
Type
start
type
type
Parameters
Github
KC's Workspace
Loading...