1import * as wdg from 'wdg'
2
3console.log("hello world\n")
4wdg.start(2000);
5
6wdg.feed();
7
8wdg.stop();
9