8000 docs(PasteStore): remove JSDoc param types · cAttte/pastebin.js@c128753 · GitHub
[go: up one dir, main page]

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

Commit c128753

Browse files
committed
docs(PasteStore): remove JSDoc param types
1 parent 873038e commit c128753

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/struct/stores/PasteStore.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,8 @@ export default class PasteStore extends Map {
8787

8888
/**
8989
* Create a paste, and store it in the cache.
90-
* @param {*} content The content of the paste
91-
* @param {PasteCreateOptions} options
92-
* @returns {Promise<Paste>}
90+
* @param content The content of the paste
91+
* @param options
9392
*/
9493
async create(content: string, options: PasteCreateOptions = {}): Promise<Paste> {
9594
if (!this.client.credentials.apiKey)

0 commit comments

Comments
 (0)
0