chore: v2.4.0-3
[poolifier.git] / src / utils.ts
index b1521c4cdfbddc0fda6b6b13293e51b082396692..809ca38b6bdb17d9f92274bc822543d61bf7a9f4 100644 (file)
@@ -1,6 +1,6 @@
 /**
  * An intentional empty function.
  */
-export const EMPTY_FUNCTION: () => void = () => {
+export const EMPTY_FUNCTION: () => void = Object.freeze(() => {
   /* Intentionally empty */
-}
+})