Type alias LsResult

LsResult: LsEntries | null

This type alias represents the possible return values of the ls* functions. It can be either a LsEntries array containing the list of file paths, or null to indicate an error.

Since

0.1.0

Generated using TypeDoc v0.25.12