mirror of
https://github.com/iptv-org/epg
synced 2025-12-17 10:56:57 -05:00
8 lines
106 B
TypeScript
8 lines
106 B
TypeScript
import { downloadData } from '../../api'
|
|
|
|
async function main() {
|
|
await downloadData()
|
|
}
|
|
|
|
main()
|