Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Docs] Add tape-promise into 'other'
Unlike `blue-tape`, `tape-promise` has the following benefits: 1. Doesn't explicitly depend upon `tape`. i.e. can directly modify `tape` if need be and not fixed to the `tape` version of `blue-tape`. 2. Explicitly supports async/await. 3. Has better documentation.
- Loading branch information