function clearInterval()

in components/helper/sandbox.ts [79:81]


  function clearInterval(id) {
    clearTimer(id)
  }