Selector/Selector.Web/scripts/index.ts

7 lines
135 B
TypeScript
Raw Normal View History

2021-10-19 22:25:47 +01:00
2021-10-20 20:35:15 +01:00
namespace Selector.Web {
class Watcher {
2021-10-19 22:25:47 +01:00
static example: string = "string";
2021-10-20 20:35:15 +01:00
static ex2: string = "awdwad";
}
2021-10-19 22:25:47 +01:00
}