remove unused imports
This commit is contained in:
parent
cc47903e47
commit
0980693807
2 changed files with 3 additions and 1 deletions
|
@ -4,6 +4,8 @@ index.ts
|
||||||
combined.ts
|
combined.ts
|
||||||
readers/*
|
readers/*
|
||||||
writers/*
|
writers/*
|
||||||
|
tooling/*
|
||||||
|
tsconfig.json
|
||||||
|
|
||||||
# Logs
|
# Logs
|
||||||
logs
|
logs
|
||||||
|
|
|
@ -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>();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue