Simple sanitizer script to prevent crashing due to uncallable callbacks. http://justbuildsomething.com/node-js-best-practices/#5
1callback = (typeof callback === 'function') ? callback : function() {};
Created on 11/8/2018