mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-24 01:39:59 +02:00
add monaco editor core library
This commit is contained in:
19
Antedit/ts/main.ts
Normal file
19
Antedit/ts/main.ts
Normal file
@ -0,0 +1,19 @@
|
||||
|
||||
namespace OS {
|
||||
|
||||
export namespace application {
|
||||
/**
|
||||
*
|
||||
* @class Antedit
|
||||
* @extends {BaseApplication}
|
||||
*/
|
||||
export class Antedit extends BaseApplication {
|
||||
constructor(args: AppArgumentsType[]) {
|
||||
super("Antedit", args);
|
||||
}
|
||||
main(): void {
|
||||
// YOUR CODE HERE
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user