export const isFile: Filter<string> = async (path: string): Promise<boolean> =>
  isSafeStat(path, isFileStatChecker);