UNPKG

84 BJavaScriptView Raw
1setTimeout(function() {
2 process.send({
3 d: +new Date
4 });
5}, 2000)
\No newline at end of file