Readonly
Readonly
LS_Represents an option to include all file types.
0b01 << 0b00
(0b01
| 0o01
| 0x01
| 1
)
Readonly
LS_Represents an option to include only the directory type.
0b01 << 0b01
(0b10
| 0o02
| 0x02
| 2
)
Readonly
LS_Represents an option to include only the file type.
0b01 << 0b10
(0b100
| 0o04
| 0x04
| 4
)
Generated using TypeDoc v0.25.12
Interface defining the lsTypes enum with string literal keys representing different file types and their corresponding numeric values.
Since
0.1.0