function isFile(o) {
    return o && toStr.call(o) === '[object File]' || toStr.call(o) === '[object FileReader]' || false
  }