mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 18:37:01 -05:00
Update utils.ts
This commit is contained in:
@@ -104,3 +104,7 @@ export async function loadIssues(props?: { labels: string[] | string }) {
|
|||||||
|
|
||||||
return new Collection(issues).map(data => new Issue(data))
|
return new Collection(issues).map(data => new Issue(data))
|
||||||
}
|
}
|
||||||
|
|
||||||
|
export function parseNumber(value: string): number {
|
||||||
|
return parseInt(value)
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user