pathToString
pathToString(
p):string
Defined in: output-transform/path.ts:69
Convert a Path to a dot-separated string representation. Used for debugging, display, and source-map entry keys.
Parameters
Section titled “Parameters”Returns
Section titled “Returns”string
Example
Section titled “Example”pathToString(path('user', 'email')) // → 'user.email'pathToString([]) // → ''