devserver/web-check.ts
2021-09-07 00:16:35 +02:00

4 lines
50 B
TypeScript

export function check() {
alert("All good!");
}