Interface LoadUplotOptionsExperimental

Options for loadUplot.

interface LoadUplotOptions {
    importModule?: UplotModuleImporter;
}

Hierarchy (view full)

Properties

Properties

importModule?: UplotModuleImporter