const filesExists = async files => (
  allSameWith(
    await pMap(
      files,
      async path => !isEqual(await fileExists(path), false),