Add jsdoc documentation
This commit is contained in:
parent
deae96fc4b
commit
bbceeec340
1 changed files with 4 additions and 1 deletions
|
@ -20,7 +20,10 @@ class Quran {
|
|||
locale: TLocale;
|
||||
surahs: Surah[];
|
||||
|
||||
static get locales(): Array<TLocale> {
|
||||
/**
|
||||
* @returns {Array} The available locales
|
||||
*/
|
||||
static get locales(): TLocale[] {
|
||||
return ["ar", "en"];
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue