X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Futils.ts;h=46ab5051f38ff77eb2fd06c41199bd360b306276;hb=4ac4f9763953bff98fa66c950a8c01284ffd5332;hp=b1521c4cdfbddc0fda6b6b13293e51b082396692;hpb=6e9d10db05ac2bbc85373195a5c885d2492fee61;p=poolifier.git diff --git a/src/utils.ts b/src/utils.ts index b1521c4c..46ab5051 100644 --- a/src/utils.ts +++ b/src/utils.ts @@ -4,3 +4,8 @@ export const EMPTY_FUNCTION: () => void = () => { /* Intentionally empty */ } + +/** + * An intentional empty object literal. + */ +export const EMPTY_LITERAL = {}