Properly integrate standard JS tools for JS and TS code
[poolifier.git] / src / utils.ts
index b1521c4cdfbddc0fda6b6b13293e51b082396692..46ab5051f38ff77eb2fd06c41199bd360b306276 100644 (file)
@@ -4,3 +4,8 @@
 export const EMPTY_FUNCTION: () => void = () => {
   /* Intentionally empty */
 }
+
+/**
+ * An intentional empty object literal.
+ */
+export const EMPTY_LITERAL = {}