remove unused imports

This commit is contained in:
Holly Stubbs 2023-06-22 11:58:12 +01:00
parent cc47903e47
commit 0980693807
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@ index.ts
combined.ts combined.ts
readers/* readers/*
writers/* writers/*
tooling/*
tsconfig.json
# Logs # Logs
logs logs

View File

@ -2,7 +2,7 @@
// for when you're just too lazy to // for when you're just too lazy to
// do it properly. // do it properly.
import { readdirSync, statSync, readFileSync, writeFileSync, mkdirSync, existsSync } from "fs"; import { readdirSync, statSync, readFileSync, writeFileSync } from "fs";
let tsFileData:Array<string> = new Array<string>(); let tsFileData:Array<string> = new Array<string>();