wrapIoFileSystemEntityType function

FileSystemEntityType wrapIoFileSystemEntityType(
  1. FileSystemEntityType ioFileSystemEntityType
)

Wraps IO FileSystemEntityType.

Implementation

fs.FileSystemEntityType wrapIoFileSystemEntityType(
        io.FileSystemEntityType ioFileSystemEntityType) =>
    wrapIoFileSystemEntityTypeImpl(ioFileSystemEntityType);