Bump @typescript-eslint/eslint-plugin from 4.18.0 to 4.19.0 (#290)
[poolifier.git] / src / utils.ts
1 /**
2 * An intentional empty function.
3 */
4 export const EMPTY_FUNCTION: () => void = () => {
5 /* Intentionally empty */
6 }