@sankhyalabs/core-docs 5.20.0-dev.35 → 5.20.0-dev.36

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.
@@ -76,6 +76,34 @@ src/utils/ObjectUtils.ts:84
76
76
 
77
77
  ***
78
78
 
79
+ ### getProp()
80
+
81
+ > `static` **getProp**(`obj`, `keyPath`): `undefined` \| `Record`\<`string`, `any`\>
82
+
83
+ Busca a propriedade de um objeto baseado em seu caminho.
84
+
85
+ #### Parameters
86
+
87
+ • **obj**: `Record`\<`string`, `any`\>
88
+
89
+ Objeto a ser verificado.
90
+
91
+ • **keyPath**: `string`
92
+
93
+ Caminho da propriedade a ser buscada.
94
+
95
+ #### Returns
96
+
97
+ `undefined` \| `Record`\<`string`, `any`\>
98
+
99
+ - O valor da propriedade caso ela exista.
100
+
101
+ #### Source
102
+
103
+ src/utils/ObjectUtils.ts:115
104
+
105
+ ***
106
+
79
107
  ### isEmpty()
80
108
 
81
109
  > `static` **isEmpty**(`obj`): `boolean`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/core-docs",
3
- "version": "5.20.0-dev.35",
3
+ "version": "5.20.0-dev.36",
4
4
  "description": "Documentação da biblioteca de componentes Sankhya.",
5
5
  "main": "",
6
6
  "files": [