bytebox - v1.0.0
    Preparing search index...

    Interface RequiredImport

    One JavaScript module the compiled program imports.

    interface RequiredImport {
        module: string;
        name: string;
    }
    Index
    module: string

    The specifier, as written in the Java source's @JSBodyImport(fromModule = ...).

    name: string

    A named export, or __self__ for the whole namespace.