Skip to content

Endo API documentation - v0.2.0 / Exports / @endo/init / ThirdPartyStaticModuleInterface

Interface: ThirdPartyStaticModuleInterface

@endo/init.ThirdPartyStaticModuleInterface

Table of contents

Properties

Methods

Properties

exports

exports: string[]

Defined in

ses/types.d.ts:60


imports

imports: string[]

Defined in

ses/types.d.ts:59

Methods

execute

execute(exportsTarget, compartment, resolvedImports): void

Note that this value does not contain any numeric or symbol property keys, which can theoretically be members of exports in a CommonJS module.

Parameters

NameType
exportsTargetRecord<string, any>
compartmentCompartment
resolvedImportsRecord<string, string>

Returns

void

Defined in

ses/types.d.ts:64