8000 Auto-generated commit · stdlib-js/utils-async@6fa7476 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6fa7476

Browse files
committed
Auto-generated commit
1 parent 44c7033 commit 6fa7476

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,19 @@ limitations under the License.
4141

4242
## Usage
4343

44+
```javascript
45+
import ns from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-async@esm/index.mjs';
46+
```
47+
The previous example will load the latest bundled code from the esm branch. Alternatively, you may load a specific version by loading the file from one of the [tagged bundles](https://github.com/stdlib-js/utils-async/tags). For example,
48+
4449
```javascript
4550
import ns from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-async@v0.2.0-esm/index.mjs';
4651
```
4752

4853
You can also import the following named exports from the package:
4954

5055
```javascript
51-
import { anyByAsync, anyByRightAsync, bifurcateByAsync, composeAsync, countByAsync, doUntilAsync, doWhileAsync, everyByAsync, everyByRightAsync, forEachAsync, forEachRightAsync, functionSequenceAsync, groupByAsync, ifelseAsync, ifthenAsync, inmapAsync, inmapRightAsync, mapFunAsync, mapKeysAsync, mapValuesAsync, noneByAsync, noneByRightAsync, reduceAsync, reduceRightAsync, someByAsync, someByRightAsync, tabulateByAsync, trycatchAsync, trythenAsync, untilAsync, waterfall, whileAsync } from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-async@v0.2.0-esm/index.mjs';
56+
import { anyByAsync, anyByRightAsync, bifurcateByAsync, composeAsync, countByAsync, doUntilAsync, doWhileAsync, everyByAsync, everyByRightAsync, forEachAsync, forEachRightAsync, functionSequenceAsync, groupByAsync, ifelseAsync, ifthenAsync, inmapAsync, inmapRightAsync, mapFunAsync, mapKeysAsync, mapValuesAsync, noneByAsync, noneByRightAsync, reduceAsync, reduceRightAsync, someByAsync, someByRightAsync, tabulateByAsync, trycatchAsync, trythenAsync, untilAsync, waterfall, whileAsync } from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-async@esm/index.mjs';
5257
```
5358

5459
#### ns
@@ -120,7 +125,7 @@ var o = ns;
120125
<script type="module">
121126
122127
import objectKeys from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-keys@esm/index.mjs';
123-
import ns from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-async@v0.2.0-esm/index.mjs';
128+
import ns from 'https://cdn.jsdelivr.net/gh/stdlib-js/utils-async@esm/index.mjs';
124129
125130
console.log( objectKeys( ns ) );
126131

0 commit comments

Comments
 (0)
0