Skip to content

Commit

Permalink
remove unused imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tgpholly committed Jun 22, 2023
1 parent cc47903 commit 0980693
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .npmignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ index.ts
combined.ts
readers/*
writers/*
tooling/*
tsconfig.json

# Logs
logs
Expand Down
2 changes: 1 addition & 1 deletion tooling/fileSmasher.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// for when you're just too lazy to
// 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>();

Expand Down

0 comments on commit 0980693

Please sign in to comment.