We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3453ad7 commit 1fe99faCopy full SHA for 1fe99fa
1 file changed
docs/classes/Genres.md
@@ -20,6 +20,7 @@ string representation of them.
20
21
- [audioToIndex](Genres.md#audiotoindex)
22
- [indexToAudio](Genres.md#indextoaudio)
23
+- [indexToAudioDirect](Genres.md#indextoaudiodirect)
24
- [indexToVideo](Genres.md#indextovideo)
25
- [videoToIndex](Genres.md#videotoindex)
26
@@ -89,6 +90,22 @@ Genre name if found, or `undefined` if `index` is outside the
89
90
91
___
92
93
+### indexToAudioDirect
94
+
95
+▸ `Static` **indexToAudioDirect**(`index`): `string`
96
97
+#### Parameters
98
99
+| Name | Type |
100
+| :------ | :------ |
101
+| `index` | `string` \| `number` |
102
103
+#### Returns
104
105
+`string`
106
107
+___
108
109
### indexToVideo
110
111
▸ `Static` **indexToVideo**(`index`, `allowParenthesis`): `string`
0 commit comments