This commit is contained in:
DaanV2
2021-08-18 21:21:29 +02:00
parent eba6713f70
commit d175b7e295
3 changed files with 3 additions and 2 deletions

7
src/main.ts Normal file
View File

@@ -0,0 +1,7 @@
import path = require("path");
export namespace DummyFiles {
export function TestFolder(): string {
return path.join(__dirname, "..", "..", "test");
}
}