build(deps-dev): apply updates
[poolifier.git] / src / utils.ts
index 46ab5051f38ff77eb2fd06c41199bd360b306276..809ca38b6bdb17d9f92274bc822543d61bf7a9f4 100644 (file)
@@ -1,11 +1,6 @@
 /**
  * An intentional empty function.
  */
-export const EMPTY_FUNCTION: () => void = () => {
+export const EMPTY_FUNCTION: () => void = Object.freeze(() => {
   /* Intentionally empty */
-}
-
-/**
- * An intentional empty object literal.
- */
-export const EMPTY_LITERAL = {}
+})