From 55fb40dd6771ab498c3a0b1dfa4cdbb405249e63 Mon Sep 17 00:00:00 2001 From: Dan Percic Date: Mon, 23 May 2022 18:24:06 +0300 Subject: [PATCH] RED-3988: add bool function --- src/lib/utils/functions.ts | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/lib/utils/functions.ts b/src/lib/utils/functions.ts index 251a727..1f24cd8 100644 --- a/src/lib/utils/functions.ts +++ b/src/lib/utils/functions.ts @@ -113,3 +113,20 @@ export function deepDiffObj(base: Record, object: Record