UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

9 lines 205 B
/** * No-operation function. * Does nothing. * Useful when a callback is required to avoid checks for a missing function. * @param {*} arguments * @return {void} */ export function noop() { }