[skip ci] oops

Signed-off-by: taskylizard <75871323+taskylizard@users.noreply.github.com>
This commit is contained in:
taskylizard 2023-07-30 16:25:13 +02:00
parent db5ea0a95e
commit f6852a002d

14
test.ts
View File

@ -1,14 +0,0 @@
import fs from "fs";
import path from "path";
import { getTableOfContents } from "./shared";
function saveFile() {
return new Promise((rslv, rjct) => {
getTableOfContents(
fs.readFileSync("./docs/wiki/emulation.md", "utf8"),
).then((foo) => {
console.log(JSON.stringify(foo, null, 2));
});
});
}
saveFile();