fix: brown paper bag bug referencing the same object literal
[poolifier.git] / src / utils.ts
1 /**
2 * An intentional empty function.
3 */
4 export const EMPTY_FUNCTION: () => void = Object.freeze(() => {
5 /* Intentionally empty */
6 })