@jsweb/asyncs
Advanced tools
Comparing version 3.0.2 to 3.0.3
/** | ||
* @name @jsweb/asyncs | ||
* @version 3.0.2 | ||
* @version 3.0.3 | ||
* @desc Simple JS module for Promise and Fetch APIs, with some useful abstraction | ||
* @author Alex Bruno <git.alexbr@outlook.com> | ||
* @create date 2016-06-25 03:14:48 | ||
* @modify date 2018-10-13 20:45:10 | ||
* @modify date 2018-10-13 21:07:09 | ||
* @example | ||
@@ -27,3 +27,3 @@ * import { requestJSON, requestAll, requestRace } from '@jsweb/asyncs' | ||
* | ||
* @export | ||
* @export {function} | ||
* @param {function} fn | ||
@@ -30,0 +30,0 @@ * @param {arguments} args |
/** | ||
* @name @jsweb/asyncs | ||
* @version 3.0.2 | ||
* @version 3.0.3 | ||
* @desc Simple JS module for Promise and Fetch APIs, with some useful abstraction | ||
* @author Alex Bruno <git.alexbr@outlook.com> | ||
* @create date 2016-06-25 03:14:48 | ||
* @modify date 2018-10-13 20:45:10 | ||
* @modify date 2018-10-13 21:07:09 | ||
* @example | ||
@@ -9,0 +9,0 @@ * import { requestJSON, requestAll, requestRace } from '@jsweb/asyncs' |
{ | ||
"name": "@jsweb/asyncs", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"description": "Simple JS module for Promise and Fetch APIs, with some useful abstraction", | ||
@@ -5,0 +5,0 @@ "main": "dist/umd.js", |
@@ -6,4 +6,4 @@ # @jsweb/asyncs | ||
**Create**: date 2016-06-25 03:14:48 | ||
**Modify**: date 2018-10-13 20:45:10 | ||
**Version**: 3.0.2 | ||
**Modify**: date 2018-10-13 21:07:09 | ||
**Version**: 3.0.3 | ||
**Author**: Alex Bruno <git.alexbr@outlook.com> | ||
@@ -19,3 +19,3 @@ **Example** | ||
**Export**: | ||
**Export**: <code>function</code> | ||
@@ -22,0 +22,0 @@ | Param | Type | |
Sorry, the diff of this file is not supported yet
30685