Exports the used Types of an Object. The result is the a Map, where the key represents the path and the value represents the type of the element (stored in the path)
M.Karkowski
key = path; value = type of element as string;
key
path
value
type of element
The Data to check
Optional
Generated using TypeDoc
Exports the used Types of an Object. The result is the a Map, where the key represents the path and the value represents the type of the element (stored in the path)
Author
M.Karkowski
Export
Returns
key
=path
;value
=type of element
as string;