Go to repository

Function noop

A function that does nothing.

This is useful as a placeholder in many scenarios, specially in react applications, where a function must be given to callbacks and events, even though the real function may not still be ready in the app yet.

Returns void