isFileSystemEntity top-level constant

Matcher const isFileSystemEntity

Matcher that successfully matches against any instance of FileSystemEntity.

Implementation

const Matcher isFileSystemEntity = TypeMatcher<FileSystemEntity>();