mirror of
https://github.com/iptv-org/epg
synced 2025-12-16 02:16:40 -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))
|
||||
}
|
||||
|
||||
export function parseNumber(value: string): number {
|
||||
return parseInt(value)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user