IMange export the ReleaseStatusFromNumber function
This commit is contained in:
parent
004f96194f
commit
442b2ce0cc
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user