A function that takes zero arguments and returns undefined.
noop()// => undefined Copy
noop()// => undefined
Generated using TypeDoc
A function that takes zero arguments and returns undefined.