..I assume passing undefined for the function does the job... --- and if not, then just provide an 'empty' / nop function: function(){} ... ()=> (latter I'm not sure about).
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
..I assume passing
undefined
for the function does the job... --- and if not, then just provide an 'empty' / nop function:function(){}
...()=>
(latter I'm not sure about).