Skip to content

Endo API documentation - v0.2.0 / Exports / ses / ThirdPartyStaticModuleInterface

Interface: ThirdPartyStaticModuleInterface

ses.ThirdPartyStaticModuleInterface

Table of contents

Properties

Methods

Properties

exports

exports: string[]

Defined in

types.d.ts:60


imports

imports: string[]

Defined in

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

types.d.ts:64