Endo API documentation - v0.2.0 / Exports / @endo/lockdown / ThirdPartyStaticModuleInterface
Interface: ThirdPartyStaticModuleInterface
@endo/lockdown.ThirdPartyStaticModuleInterface
Table of contents
Properties
Methods
Properties
exports
• exports: string[]
Defined in
imports
• imports: string[]
Defined in
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
| Name | Type |
|---|---|
exportsTarget | Record<string, any> |
compartment | Compartment |
resolvedImports | Record<string, string> |
Returns
void