Files
minecraft-bedrock-json-schemas/src/main.ts

8 lines
162 B
TypeScript
Raw Normal View History

2021-08-18 21:14:56 +02:00
import path = require("path");
export namespace DummyFiles {
export function TestFolder(): string {
return path.join(__dirname, "..", "..", "test");
}
}