A noop "no operation" function – ignores inputs and returns void.
ignored arguments
import { noop } from "@trashpanda001/helpers/function"<button onClick={noop}>Try again</button> Copy
import { noop } from "@trashpanda001/helpers/function"<button onClick={noop}>Try again</button>
A noop "no operation" function – ignores inputs and returns void.