mirror of
https://github.com/aspnet/JavaScriptServices.git
synced 2025-12-22 17:47:53 +00:00
6 lines
95 B
TypeScript
6 lines
95 B
TypeScript
export class HelloWorld {
|
|
public doIt() {
|
|
console.log('Hello from MyApp');
|
|
}
|
|
}
|