1
0
Files
jecnarozvrh/scrape/parse.js
jzitnik-dev a8ae9c1ec3
All checks were successful
Remote Deploy / deploy (push) Successful in 5s
chore: Minor changes
2025-12-20 20:27:03 +01:00

6 lines
142 B
JavaScript

import parseV1 from "./parse/v1.js";
export default async function parseThisShit(downloadedFilePath) {
await parseV1(downloadedFilePath)
}