Skip to content

FsEntry

type FsEntry =
| FileEntry
| LazyFileEntry
| DirectoryEntry
| SymlinkEntry;