Endo API documentation
Preparing search index...
@endo/bundle-source
BundleSourceResult
Type Alias BundleSourceResult<T>
BundleSourceResult
:
T
extends
"endoZipBase64"
?
{
endoZipBase64
:
string
;
endoZipBase64Sha512
:
string
;
moduleFormat
:
"endoZipBase64"
;
}
:
T
extends
"getExport"
|
"nestedEvaluate"
?
{
moduleFormat
:
T
;
source
:
string
;
sourceMap
:
string
}
:
T
extends
"endoScript"
?
{
moduleFormat
:
T
;
source
:
string
}
:
never
Type Parameters
T
extends
ModuleFormat
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Endo API documentation
Loading...