UNPKG

open-loop-killer

Version:

Inject timeout protection into JavaScript loops to prevent infinite loops. Supports while, for, do-while, for-in, and for-of loops with customizable timeout and error messages.

5 lines (2 loc) 70 B
'use strict' module.exports.injector = require('./src/lib/main.js')