check if file exists

  • Parameters

    • path: PathLike

      file path

    Returns Promise<boolean>

    true if exists false otherwise

    @seestat