@budibase/shared-core 2.11.37 → 2.11.39

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -7,7 +7,7 @@ import { User } from "@budibase/types";
7
7
  * will return "foo" over "bar".
8
8
  * @param obj the object
9
9
  * @param key the key
10
- * @return {*|null} the value or null if a value was not found for this key
10
+ * @return the value or null if a value was not found for this key
11
11
  */
12
12
  export declare const deepGet: (obj: {
13
13
  [x: string]: any;