Valens-AIO/types/Program.d.ts

6 lines
97 B
TypeScript
Raw Permalink Normal View History

2022-07-30 00:35:54 -04:00
export declare class Program {
2022-12-25 18:45:37 -05:00
private errorHandler;
2022-07-30 00:35:54 -04:00
constructor();
start(): void;
}