isDirectory top-level constant

Matcher const isDirectory

Matcher that successfully matches against any instance of Directory.

Implementation

const Matcher isDirectory = TypeMatcher<Directory>();