You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

2 lines
365 B

exports.eventOn=function(e,n,t){var r,i;void 0===t&&(t="error");var o=new Promise(function(e,n){r=e,i=n});return e.addEventListener(n,r),e.addEventListener(t,i),o.finally(function(){e.removeEventListener(n,r),e.removeEventListener(t,i)}),o},exports.timeout=function(e){return new Promise(function(n){return setTimeout(n,e)})};
//# sourceMappingURL=callforth.js.map