Skip to content
This repository was archived by the owner on Jul 6, 2025. It is now read-only.

Commit 4d6674c

Browse files
committed
fix typedef anchor links in docs
1 parent f9a869f commit 4d6674c

File tree

1 file changed

+31
-31
lines changed

1 file changed

+31
-31
lines changed

README.md

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -97,21 +97,21 @@ new Paste(client, data)
9797
```
9898

9999
#### Parameters
100-
| name | description | type | default |
101-
|-----------------|------------------------------------------|---------------------|---------|
102-
| client | The client used to get this paste | PastebinClient | |
103-
| data | | Object | |
104-
| data.key | The key of the paste | string | |
105-
| data.title | The title of the paste | string | `null` |
106-
| data.author | The author of the paste | User | `null` |
107-
| data.content | The content of the paste | string | `null` |
108-
| data.size | The length of the content of the paste | number | `null` |
109-
| data.date | The date the paste was posted | Date | `null` |
110-
| data.format | The format of the paste | [Format](#format) | `null` |
111-
| data.privacy | The privacy setting of the paste | [Privacy](#privacy) | `null` |
112-
| data.expiry | The expiry time of the paste | [Expiry](#expiry) | `null` |
113-
| data.expiryDate | The expiry date of the paste | Date | `null` |
114-
| data.hits | The number of times anyone saw the paste | number | `null` |
100+
| name | description | type | default |
101+
|-----------------|------------------------------------------|-----------------------|---------|
102+
| client | The client used to get this paste | PastebinClient | |
103+
| data | | Object | |
104+
| data.key | The key of the paste | string | |
105+
| data.title | The title of the paste | string | `null` |
106+
| data.author | The author of the paste | User | `null` |
107+
| data.content | The content of the paste | string | `null` |
108+
| data.size | The length of the content of the paste | number | `null` |
109+
| data.date | The date the paste was posted | Date | `null` |
110+
| data.format | The format of the paste | [Format](#format-2) | `null` |
111+
| data.privacy | The privacy setting of the paste | [Privacy](#privacy-2) | `null` |
112+
| data.expiry | The expiry time of the paste | [Expiry](#expiry-2) | `null` |
113+
| data.expiryDate | The expiry date of the paste | Date | `null` |
114+
| data.hits | The number of times anyone saw the paste | number | `null` |
115115

116116
### .client
117117
The client used to get this paste.
@@ -212,19 +212,19 @@ new ClientUser(client, data)
212212
```
213213

214214
#### Parameters
215-
| name | description | type | default |
216-
|-----------------|------------------------------------------|----------------|---------|
217-
| client | The client used to get this paste | PastebinClient | |
218-
| data | | Object | |
219-
| data.username | The user's username | string | |
220-
| data.format | The user's format setting | [Format](#format) | `null` |
221-
| data.expiry | The user's expiry setting | [Expiry](#expiry) | `null` |
222-
| data.avatarURL | The user's avatar URL | string | `null` |
223-
| data.privacy | The user's privacy setting | [Privacy](#privacy) | `null` |
224-
| data.website | The user's website | string | `null` |
225-
| data.email | The user's e-mail | string | `null` |
226-
| data.location | The user's location | string | `null` |
227-
| data.pro | Whether the user is a PRO account | boolean | `null` |
215+
| name | description | type | default |
216+
|-----------------|------------------------------------------|-----------------------|---------|
217+
| client | The client used to get this paste | PastebinClient | |
218+
| data | | Object | |
219+
| data.username | The user's username | string | |
220+
| data.format | The user's format setting | [Format](#format-2) | `null` |
221+
| data.expiry | The user's expiry setting | [Expiry](#expiry-2) | `null` |
222+
| data.avatarURL | The user's avatar URL | string | `null` |
223+
| data.privacy | The user's privacy setting | [Privacy](#privacy-2) | `null` |
224+
| data.website | The user's website | string | `null` |
225+
| data.email | The user's e-mail | string | `null` |
226+
| data.location | The user's location | string | `null` |
227+
| data.pro | Whether the user is a PRO account | boolean | `null` |
228228

229229
### .username
230230
This user's username.
@@ -304,9 +304,9 @@ Create a paste, and store it in the cache.
304304
| content | The paste's content | any | |
305305
| options | | Array<Array<string, Paste>> | `null` |
306306
| options.title | The paste's title | string | `{}` |
307-
| options.format | The paste's format | [Format](#format) | `null` |
308-
| options.privacy | The paste's privacy setting | [Privacy](#privacy) | `null` |
309-
| options.expiry | The paste's expiry time | [Expiry](#expiry) | `null` |
307+
| options.format | The paste's format | [Format](#format-2) | `null` |
308+
| options.privacy | The paste's privacy setting | [Privacy](#privacy-2) | `null` |
309+
| options.expiry | The paste's expiry time | [Expiry](#expiry-2) | `null` |
310310

311311
#### Returns
312312
**[Promise](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise)<[Paste](#paste)>**

0 commit comments

Comments
 (0)