• An empty lambda function, pratical to disable default behavior of function or events which are not expected to be null

    Returns void

    Example

    console.log = Util.EMPTY_FUNCTION; // disable logs without breaking calls
    

Generated using TypeDoc