Files
ChannelTests-TS/test/config/CommandLine.ts
2025-08-18 17:18:43 -04:00

6 lines
152 B
TypeScript

export default class CommandLine {
private constructor() {
throw new Error('[CommandLine] is a static class that may not be instantiated');
}
}