function clearTimeout()

in components/helper/sandbox.ts [76:78]


  function clearTimeout(id) {
    clearTimer(id)
  }