mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-03-04 07:55:49 +01:00
IMange export the ReleaseStatusFromNumber function
This commit is contained in:
parent
004f96194f
commit
442b2ce0cc
@ -29,7 +29,7 @@ export default interface IManga{
|
|||||||
"mangaConnector": IMangaConnector
|
"mangaConnector": IMangaConnector
|
||||||
}
|
}
|
||||||
|
|
||||||
function ReleaseStatusFromNumber(n: number): string {
|
export function ReleaseStatusFromNumber(n: number): string {
|
||||||
switch(n) {
|
switch(n) {
|
||||||
case 0: return "Ongoing";
|
case 0: return "Ongoing";
|
||||||
case 1: return "Completed";
|
case 1: return "Completed";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user