@sankhyalabs/core-docs 0.0.0-feat-dev-KB-46474.1 → 0.0.0-feat-dev-KB-46474.2

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.
@@ -78,7 +78,7 @@ src/utils/ObjectUtils.ts:84
78
78
 
79
79
  ### getProp()
80
80
 
81
- > `static` **getProp**(`obj`, `keyPath`): `Record`\<`string`, `any`\>
81
+ > `static` **getProp**(`obj`, `keyPath`): `undefined` \| `Record`\<`string`, `any`\>
82
82
 
83
83
  Busca a propriedade de um objeto baseado em seu caminho.
84
84
 
@@ -94,7 +94,7 @@ Caminho da propriedade a ser buscada.
94
94
 
95
95
  #### Returns
96
96
 
97
- `Record`\<`string`, `any`\>
97
+ `undefined` \| `Record`\<`string`, `any`\>
98
98
 
99
99
  - O valor da propriedade caso ela exista.
100
100
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sankhyalabs/core-docs",
3
- "version": "0.0.0-feat-dev-KB-46474.1",
3
+ "version": "0.0.0-feat-dev-KB-46474.2",
4
4
  "description": "Documentação da biblioteca de componentes Sankhya.",
5
5
  "main": "",
6
6
  "files": [