Skip to content

Latest commit

 

History

History
1 lines (1 loc) · 134 Bytes

File metadata and controls

1 lines (1 loc) · 134 Bytes

A module is essentially a file with code in it. The code in a module is privately accessible only to the module unless it is exported.