Type Alias UplotModuleLikeExperimental

UplotModuleLike: UplotConstructorLike | {
    default: UplotConstructorLike;
}

Either a namespace with a default export or the constructor itself.