Bump expect from 29.0.3 to 29.1.0 (#571)
[poolifier.git] / src / utils.ts
1 /**
2 * An intentional empty function.
3 */
4 export const EMPTY_FUNCTION: () => void = () => {
5 /* Intentionally empty */
6 }