X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils.ts;h=809ca38b6bdb17d9f92274bc822543d61bf7a9f4;hb=9cd39dd47830f0923cd3ebf53b709bf7fb07e788;hp=753219c5e37d367b8d5d83790f76847445d36663;hpb=4f3c3d894171421375559b43ce469bd5ccb475da;p=poolifier.git diff --git a/src/utils.ts b/src/utils.ts index 753219c5..809ca38b 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -4,8 +4,3 @@ export const EMPTY_FUNCTION: () => void = Object.freeze(() => { /* Intentionally empty */ }) - -/** - * An intentional empty object literal. - */ -export const EMPTY_OBJECT_LITERAL = {}