const dirsExists = async dirs => (
  allSameWith(
    await pMap(
      dirs,
      async path => !isEqual(await dirExists(path), false),