isFile top-level constant

Matcher const isFile

Matcher that successfully matches against any instance of File.

Implementation

const Matcher isFile = TypeMatcher<File>();