@jagaad/utils
    Preparing search index...

    Function noop

    • No operation function. This is a utility function that does nothing when called. It can be used as a placeholder or default callback when no action is needed.

      noop(); // Does nothing
      

      Returns void

      Use noop from es-toolkit instead.