KC's Workspace
Github
Preparing search index...
@kcconfigs/tsdown
<internal>
RenderedChunk
Interface RenderedChunk
Construct a type with the properties of T except for those in type K.
interface
RenderedChunk
{
dynamicImports
:
string
[]
;
exports
:
string
[]
;
facadeModuleId
:
string
|
null
;
fileName
:
string
;
imports
:
string
[]
;
isDynamicEntry
:
boolean
;
isEntry
:
boolean
;
moduleIds
:
string
[]
;
modules
:
{
[
id
:
string
]:
RenderedModule
}
;
name
:
string
;
type
:
"chunk"
;
}
Hierarchy (
View Summary
)
Omit
<
BindingRenderedChunk
,
"modules"
>
RenderedChunk
Index
Properties
dynamic
Imports
exports
facade
Module
Id
file
Name
imports
is
Dynamic
Entry
is
Entry
module
Ids
modules
name
type
Properties
dynamic
Imports
dynamicImports
:
string
[]
exports
exports
:
string
[]
facade
Module
Id
facadeModuleId
:
string
|
null
file
Name
fileName
:
string
imports
imports
:
string
[]
is
Dynamic
Entry
isDynamicEntry
:
boolean
is
Entry
isEntry
:
boolean
module
Ids
moduleIds
:
string
[]
modules
modules
:
{
[
id
:
string
]:
RenderedModule
}
name
name
:
string
type
type
:
"chunk"
Settings
Member Visibility
Protected
External
Internal
Beta
Alpha
Theme
OS
Light
Dark
On This Page
Properties
dynamic
Imports
exports
facade
Module
Id
file
Name
imports
is
Dynamic
Entry
is
Entry
module
Ids
modules
name
type
Github
KC's Workspace
Loading...
Construct a type with the properties of T except for those in type K.