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