You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: packages/async-queue/README.md
+41-4
Original file line number
Diff line number
Diff line change
@@ -13,15 +13,19 @@
13
13
14
14
</div>
15
15
16
-
## Description
16
+
**Table of Contents**
17
17
18
-
Ever needed a queue for a set of promises? This is the package for you.
18
+
-[Features](#features)
19
+
-[Installation](#installation)
20
+
-[Usage](#usage)
21
+
-[Buy us some doughnuts](#buy-us-some-doughnuts)
22
+
-[Contributors](#contributors)
19
23
20
24
## Features
21
25
22
26
- Written in TypeScript
23
27
- Bundled with esbuild so it can be used in NodeJS and browsers
24
-
- Offers CommonJS, ESM and UMD bundles
28
+
- Offers CommonJS, ESM, and UMD bundles
25
29
- Fully tested
26
30
27
31
## Installation
@@ -32,13 +36,46 @@ You can use the following command to install this package, or replace `npm insta
32
36
npm install @sapphire/async-queue
33
37
```
34
38
39
+
## Usage
40
+
41
+
**Note**: While this section uses `require`, the imports match 1:1 with ESM imports. For example `const { AsyncQueue } = require('@sapphire/async-queue')` equals `import { AsyncQueue } from '@sapphire/async-queue'`.
Sapphire Community is and always will be open source, even if we don't get donations. That being said, we know there are amazing people who may still want to donate just to show their appreciation. Thank you very much in advance!
40
77
41
-
We accept donations through Open Collective, Ko-fi, PayPal, Patreon and GitHub Sponsorships. You can use the buttons below to donate through your method of choice.
78
+
We accept donations through Open Collective, Ko-fi, PayPal, Patreon, and GitHub Sponsorships. You can use the buttons below to donate through your method of choice.
0 commit comments