parser/lotheader-test.js

4 lines
176 B
JavaScript
Raw Normal View History

2024-06-24 21:17:23 +12:00
const { writeFileSync } = require("node:fs");
const Lotheader = require("./lotheader");
writeFileSync("output.json", JSON.stringify(Lotheader("0_0.lotheader"), undefined, 4));