Skip to content

Commit 1fe99fa

Browse files
committed
Docs updates
1 parent 3453ad7 commit 1fe99fa

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

docs/classes/Genres.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ string representation of them.
2020

2121
- [audioToIndex](Genres.md#audiotoindex)
2222
- [indexToAudio](Genres.md#indextoaudio)
23+
- [indexToAudioDirect](Genres.md#indextoaudiodirect)
2324
- [indexToVideo](Genres.md#indextovideo)
2425
- [videoToIndex](Genres.md#videotoindex)
2526

@@ -89,6 +90,22 @@ Genre name if found, or `undefined` if `index` is outside the
8990

9091
___
9192

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+
92109
### indexToVideo
93110

94111
`Static` **indexToVideo**(`index`, `allowParenthesis`): `string`

0 commit comments

Comments
 (0)