UNPKG

twreporter-react

Version:

React-Redux site for The Reporter Foundation in Taiwan

8 lines 162 B
function noop() { console.log('IGNORED!') } process.on('SIGTERM',noop); process.on('SIGINT',noop); setInterval(function (){ console.log('heartbeat'); }, 100);