We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2adb00d commit 0ccd4d5Copy full SHA for 0ccd4d5
README.md
@@ -26,9 +26,9 @@ const gist = new Gist("token");
26
27
| Parameter | Type |
28
| ------------- | ----------- |
29
-| `files` | GistFile |
30
-| `description` | string |
31
-| `options` | GistOptions |
+| `files` |`GistFile` |
+| `description` |`string` |
+| `options` |`GistOptions`|
32
33
> **GistFile**
34
>
@@ -68,7 +68,7 @@ await gist
68
69
70
| --------- | ------ |
71
-| `id` | number |
+| `id` |`number`|
72
73
> **return:** [`Promise<GistResponse>`](./src/types.ts)
74
@@ -85,7 +85,7 @@ await gist
85
86
87
88
89
90
```ts
91
await gist
0 commit comments