Endo API documentation
    Preparing search index...

    Interface SourceModuleDescriptor

    interface SourceModuleDescriptor {
        compartment?: Compartment;
        importMeta?: any;
        source: string | ModuleSource;
        specifier?: string;
    }
    Index

    Properties

    compartment?: Compartment
    importMeta?: any
    source: string | ModuleSource
    specifier?: string