@tremendous/help
    Preparing search index...

    Function noop

    • A no-operation function that does nothing.

      This function can be used as a default or placeholder function where a function is required but no operation is needed.

      Returns void

      const handleClick = noop;
      handleClick(); // Does nothing