@twin.org/nameof 0.0.1-next.13 → 0.0.1-next.15
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.
package/docs/changelog.md
CHANGED
|
@@ -10,11 +10,15 @@ Placeholder method which substitutes the type name as a string at runtime.
|
|
|
10
10
|
|
|
11
11
|
## Parameters
|
|
12
12
|
|
|
13
|
-
|
|
13
|
+
### property?
|
|
14
|
+
|
|
15
|
+
`unknown`
|
|
14
16
|
|
|
15
17
|
The property to get the name of.
|
|
16
18
|
|
|
17
|
-
|
|
19
|
+
### replaceParent?
|
|
20
|
+
|
|
21
|
+
`string`
|
|
18
22
|
|
|
19
23
|
Optional object name to replace the top level object of a property path.
|
|
20
24
|
|