@ceeblue/web-utils
    Preparing search index...

    Function EMPTY_FUNCTION

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

      Returns void

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