Type alias LsEntries

LsEntries: StringPath[]

This type alias represents an array of StringPath. It is typically used to represent the list of file and/or directory entries returned by the ls* functions. Each entry in the array represents the path of a file or directory within the listed directory.

Since

0.1.0

Generated using TypeDoc v0.25.12