Skip to content

Stubs export rules

Federico Caselli edited this page Apr 7, 2021 · 1 revision
  • import X does not export
  • import X as Y also does not export
  • from A import X does not export
  • from A import X as Y also does not exports
  • from A import X as X exports
  • import X as X also exports
Clone this wiki locally