@jiminp/tooltool
    Preparing search index...

    Function nop

    • A no-operation function that accepts any arguments and returns undefined.

      Useful as a placeholder callback or default implementation.

      Parameters

      • ...args: unknown[]

        Ignored.

      Returns void

      nop();           // does nothing
      nop(1, 2, 3); // still does nothing