Endo API documentation
Preparing search index...
@endo/import-bundle
bundleTestExports
Function bundleTestExports
bundleTestExports
(
exports
:
Record
<
PropertyKey
,
unknown
>
,
)
:
{
moduleFormat
:
string
;
[
key
:
symbol
]:
Record
<
PropertyKey
,
unknown
>
}
A utility function for producing test bundles, which are not serializable as JSON or passable.
Parameters
exports
:
Record
<
PropertyKey
,
unknown
>
Returns
{
moduleFormat
:
string
;
[
key
:
symbol
]:
Record
<
PropertyKey
,
unknown
>
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Endo API documentation
Loading...
A utility function for producing test bundles, which are not serializable as JSON or passable.