Typescript Library Declarations (Web Worker)
WebAssembly
ModuleImportDescriptor
Interface ModuleImportDescriptor
interface
ModuleImportDescriptor
{
kind
:
ImportExportKind
;
module
:
string
;
name
:
string
;
}
Index
Properties
kind
module
name
Properties
kind
kind
:
ImportExportKind
module
module
:
string
name
name
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
kind
module
name
Typescript Library Declarations (Web Worker)