unwrapIoFileSystemEntityType function

FileSystemEntityType unwrapIoFileSystemEntityType(
  1. FileSystemEntityType fileSystemEntityType
)

Unwraps IO FileSystemEntityType.

Implementation

io.FileSystemEntityType unwrapIoFileSystemEntityType(
        fs.FileSystemEntityType fileSystemEntityType) =>
    unwrapIoFileSystemEntityTypeImpl(fileSystemEntityType);