Bump @types/node from 18.6.4 to 18.6.5 (#503)
[poolifier.git] / src / utils.ts
1 /**
2 * An intentional empty function.
3 */
4 export const EMPTY_FUNCTION: () => void = () => {
5 /* Intentionally empty */
6 }