File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
packages/partials/concurrent Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
- # LiteRT/Utils - Async
1
+ # LiteRT/Utils - Concurrent
2
2
3
3
[ ![ Strict TypeScript Checked] ( https://badgen.net/badge/TS/Strict " Strict TypeScript Checked ")] ( https://www.typescriptlang.org )
4
- [ ![ npm version] ( https://img.shields.io/npm/v/@litert/utils-async .svg?colorB=brightgreen )] ( https://www.npmjs.com/package/@litert/utils-async " Stable Version ")
5
- [ ![ License] ( https://img.shields.io/npm/l/@litert/utils-async .svg?maxAge=2592000?style=plastic )] ( https://github.com/litert/utils.js/blob/master/LICENSE )
6
- [ ![ node] ( https://img.shields.io/node/v/@litert/utils-async .svg?colorB=brightgreen )] ( https://nodejs.org/dist/latest-v8.x/ )
4
+ [ ![ npm version] ( https://img.shields.io/npm/v/@litert/concurrent .svg?colorB=brightgreen )] ( https://www.npmjs.com/package/@litert/concurrent " Stable Version ")
5
+ [ ![ License] ( https://img.shields.io/npm/l/@litert/concurrent .svg?maxAge=2592000?style=plastic )] ( https://github.com/litert/utils.js/blob/master/LICENSE )
6
+ [ ![ node] ( https://img.shields.io/node/v/@litert/concurrent .svg?colorB=brightgreen )] ( https://nodejs.org/dist/latest-v8.x/ )
7
7
[ ![ GitHub issues] ( https://img.shields.io/github/issues/litert/utils.js.svg )] ( https://github.com/litert/utils.js/issues )
8
8
[ ![ GitHub Releases] ( https://img.shields.io/github/release/litert/utils.js.svg )] ( https://github.com/litert/utils.js/releases " Stable Release ")
9
9
@@ -17,12 +17,12 @@ The utility functions/classes/constants about asynchronous operations for JavaSc
17
17
## Installation
18
18
19
19
``` sh
20
- npm i @litert/utils-async --save
20
+ npm i @litert/concurrent --save
21
21
```
22
22
23
23
## Documentation
24
24
25
- - [ en-US] ( https://litert.org/projects/utils.js/api-docs/async / )
25
+ - [ en-US] ( https://litert.org/projects/utils.js/api-docs/concurrent / )
26
26
27
27
## License
28
28
You can’t perform that action at this time.
0 commit comments