mirror of
https://github.com/C9Glax/tranga-website.git
synced 2025-06-12 14:57:53 +02:00
IMange export the ReleaseStatusFromNumber function
This commit is contained in:
@ -29,7 +29,7 @@ export default interface IManga{
|
||||
"mangaConnector": IMangaConnector
|
||||
}
|
||||
|
||||
function ReleaseStatusFromNumber(n: number): string {
|
||||
export function ReleaseStatusFromNumber(n: number): string {
|
||||
switch(n) {
|
||||
case 0: return "Ongoing";
|
||||
case 1: return "Completed";
|
||||
|
Reference in New Issue
Block a user