loop-detection

This attempt to detect infinite loops and notifies when they are found. It follows the same method of [loop-protect](https://github.com/jsbin/loop-protect), which is using a timer to indicate if a loop is running too long.

Usage no npm install needed!

<script type="module">
  import loopDetection from 'https://cdn.skypack.dev/loop-detection';
</script>

README

Loop Detection

This attempt to detect infinite loops and notifies when they are found. It follows the same method of loop-protect, which is using a timer to indicate if a loop is running too long.

TODO(ibash) add usage and example information