@types/async 3.2.22 → 3.2.24
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- async/README.md +1 -1
- async/index.d.ts +1 -1
- async/package.json +2 -2
async/README.md
CHANGED
|
@@ -8,7 +8,7 @@ This package contains type definitions for async (https://github.com/caolan/asyn
|
|
|
8
8
|
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/async.
|
|
9
9
|
|
|
10
10
|
### Additional Details
|
|
11
|
-
* Last updated:
|
|
11
|
+
* Last updated: Wed, 22 Nov 2023 00:24:48 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
13
|
|
|
14
14
|
# Credits
|
async/index.d.ts
CHANGED
|
@@ -347,7 +347,7 @@ export function mapValues<T, R, E = Error, C = unknown>(
|
|
|
347
347
|
value: T,
|
|
348
348
|
key: string,
|
|
349
349
|
callback: C extends undefined ? never : AsyncResultCallback<R, E>,
|
|
350
|
-
//
|
|
350
|
+
// eslint-disable-next-line @typescript-eslint/no-invalid-void-type
|
|
351
351
|
) => C extends undefined ? Promise<R> : void,
|
|
352
352
|
): Promise<Dictionary<R>>;
|
|
353
353
|
export const mapValuesSeries: typeof mapValues;
|
async/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/async",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.24",
|
|
4
4
|
"description": "TypeScript definitions for async",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/async",
|
|
6
6
|
"license": "MIT",
|
|
@@ -55,6 +55,6 @@
|
|
|
55
55
|
},
|
|
56
56
|
"scripts": {},
|
|
57
57
|
"dependencies": {},
|
|
58
|
-
"typesPublisherContentHash": "
|
|
58
|
+
"typesPublisherContentHash": "d22df6dcc4644f4e587d58121a6afb56868467fd940a0c9bb41bc28d5ef07504",
|
|
59
59
|
"typeScriptVersion": "4.5"
|
|
60
60
|
}
|