@async-generators/last
Advanced tools
Comparing version 0.1.2 to 0.1.3
{ | ||
"name": "@async-generators/last", | ||
"description": "get the last (predicated) item from a source iterable", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Meirion Hughes", |
# last | ||
![logo](https://avatars1.githubusercontent.com/u/31987273?v=4&s=100) | ||
[![logo](https://avatars1.githubusercontent.com/u/31987273?v=4&s=100)][async-url] | ||
@@ -16,4 +16,4 @@ get the last (predicated) item from a source iterable | ||
``` | ||
npm install @async-generators/parallel --save | ||
yarn add @async-generators/parallel | ||
npm install @async-generators/last --save | ||
yarn add @async-generators/last | ||
``` | ||
@@ -82,1 +82,2 @@ | ||
[codecov-image]: https://codecov.io/gh/async-generators/last/branch/master/graph/badge.svg | ||
[async-url]: https://github.com/async-generators |
9965