An empty lambda function, pratical to disable default behavior of function or events which are not expected to be null
console.log = Util.EMPTY_FUNCTION; // disable logs without breaking calls Copy
console.log = Util.EMPTY_FUNCTION; // disable logs without breaking calls
Generated using TypeDoc
An empty lambda function, pratical to disable default behavior of function or events which are not expected to be null