@types/async 3.2.21 → 3.2.23
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 +2 -3
- async/index.d.ts +0 -13
- async/package.json +19 -19
async/README.md
CHANGED
|
@@ -2,15 +2,14 @@
|
|
|
2
2
|
> `npm install --save @types/async`
|
|
3
3
|
|
|
4
4
|
# Summary
|
|
5
|
-
This package contains type definitions for
|
|
5
|
+
This package contains type definitions for async (https://github.com/caolan/async).
|
|
6
6
|
|
|
7
7
|
# Details
|
|
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: Mon, 06 Nov 2023 22:41:04 GMT
|
|
12
12
|
* Dependencies: none
|
|
13
|
-
* Global values: `async`
|
|
14
13
|
|
|
15
14
|
# Credits
|
|
16
15
|
These definitions were written by [Boris Yankov](https://github.com/borisyankov), [Arseniy Maximov](https://github.com/kern0), [Angus Fenying](https://github.com/fenying), [Pascal Martin](https://github.com/pascalmartin), [Etienne Rossignon](https://github.com/erossignon), [Lifeng Zhu](https://github.com/Juliiii), [Tümay Çeber](https://github.com/brendtumi), and [Andrew Pensinger](https://github.com/apnsngr).
|
async/index.d.ts
CHANGED
|
@@ -1,16 +1,3 @@
|
|
|
1
|
-
// Type definitions for Async 3.2
|
|
2
|
-
// Project: https://github.com/caolan/async, https://caolan.github.io/async
|
|
3
|
-
// Definitions by: Boris Yankov <https://github.com/borisyankov>
|
|
4
|
-
// Arseniy Maximov <https://github.com/kern0>
|
|
5
|
-
// Angus Fenying <https://github.com/fenying>
|
|
6
|
-
// Pascal Martin <https://github.com/pascalmartin>
|
|
7
|
-
// Etienne Rossignon <https://github.com/erossignon>
|
|
8
|
-
// Lifeng Zhu <https://github.com/Juliiii>
|
|
9
|
-
// Tümay Çeber <https://github.com/brendtumi>
|
|
10
|
-
// Andrew Pensinger <https://github.com/apnsngr>
|
|
11
|
-
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
|
12
|
-
// TypeScript Version: 2.3
|
|
13
|
-
|
|
14
1
|
export as namespace async;
|
|
15
2
|
|
|
16
3
|
export interface Dictionary<T> {
|
async/package.json
CHANGED
|
@@ -1,49 +1,49 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@types/async",
|
|
3
|
-
"version": "3.2.
|
|
4
|
-
"description": "TypeScript definitions for
|
|
3
|
+
"version": "3.2.23",
|
|
4
|
+
"description": "TypeScript definitions for async",
|
|
5
5
|
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/async",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"contributors": [
|
|
8
8
|
{
|
|
9
9
|
"name": "Boris Yankov",
|
|
10
|
-
"
|
|
11
|
-
"
|
|
10
|
+
"githubUsername": "borisyankov",
|
|
11
|
+
"url": "https://github.com/borisyankov"
|
|
12
12
|
},
|
|
13
13
|
{
|
|
14
14
|
"name": "Arseniy Maximov",
|
|
15
|
-
"
|
|
16
|
-
"
|
|
15
|
+
"githubUsername": "kern0",
|
|
16
|
+
"url": "https://github.com/kern0"
|
|
17
17
|
},
|
|
18
18
|
{
|
|
19
19
|
"name": "Angus Fenying",
|
|
20
|
-
"
|
|
21
|
-
"
|
|
20
|
+
"githubUsername": "fenying",
|
|
21
|
+
"url": "https://github.com/fenying"
|
|
22
22
|
},
|
|
23
23
|
{
|
|
24
24
|
"name": "Pascal Martin",
|
|
25
|
-
"
|
|
26
|
-
"
|
|
25
|
+
"githubUsername": "pascalmartin",
|
|
26
|
+
"url": "https://github.com/pascalmartin"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
29
|
"name": "Etienne Rossignon",
|
|
30
|
-
"
|
|
31
|
-
"
|
|
30
|
+
"githubUsername": "erossignon",
|
|
31
|
+
"url": "https://github.com/erossignon"
|
|
32
32
|
},
|
|
33
33
|
{
|
|
34
34
|
"name": "Lifeng Zhu",
|
|
35
|
-
"
|
|
36
|
-
"
|
|
35
|
+
"githubUsername": "Juliiii",
|
|
36
|
+
"url": "https://github.com/Juliiii"
|
|
37
37
|
},
|
|
38
38
|
{
|
|
39
39
|
"name": "Tümay Çeber",
|
|
40
|
-
"
|
|
41
|
-
"
|
|
40
|
+
"githubUsername": "brendtumi",
|
|
41
|
+
"url": "https://github.com/brendtumi"
|
|
42
42
|
},
|
|
43
43
|
{
|
|
44
44
|
"name": "Andrew Pensinger",
|
|
45
|
-
"
|
|
46
|
-
"
|
|
45
|
+
"githubUsername": "apnsngr",
|
|
46
|
+
"url": "https://github.com/apnsngr"
|
|
47
47
|
}
|
|
48
48
|
],
|
|
49
49
|
"main": "",
|
|
@@ -55,6 +55,6 @@
|
|
|
55
55
|
},
|
|
56
56
|
"scripts": {},
|
|
57
57
|
"dependencies": {},
|
|
58
|
-
"typesPublisherContentHash": "
|
|
58
|
+
"typesPublisherContentHash": "8a836aefca59bd14482898646e21a4e007b7e7707d41145bbde4efef81dd0065",
|
|
59
59
|
"typeScriptVersion": "4.5"
|
|
60
60
|
}
|