Packaging: How to export an imported module?

  1. It should probably be
module mylibrary
import Plots as P
export P
end
  1. I am not sure one can export a module.
2 Likes