File System
Less than 1 minute
Lit in file system is devided to 2 types:
- Single File
- Project
- Common Package
Module
Lit module is a directory with a special single file export.lit
.
Importablity
Can be imported directly. Files or Directories inside can't be imported.
Library
Lit library is a directory without export.lit
.
Importablity
Can't be imported directly. Files and Directories inside can be imported.