devserver/web-check.ts

4 lines
50 B
TypeScript
Raw Normal View History

2021-09-06 22:16:35 +00:00
export function check() {
alert("All good!");
}