uft
    Preparing search index...

    Function noop

    • A function that does nothing.

      Parameters

      • ..._: any[]

      Returns void

      undefined.

      noop() // undefined
      noop(1, 2, 3) // undefined