resolveJsonPath
function exported by @mwillbanks/tuil-content.
function
Public function exported by @mwillbanks/tuil-content.
export function resolveJsonPath(value: unknown, path: string): unknown;Members
This declaration has no public members.
Parameters
| Member | Type | Required | Description | Related types |
|---|---|---|---|---|
value | unknown | Yes | Supplies the value value as unknown. | — |
path | string | Yes | Supplies the path value as string. | — |
Returns
unknown — Returns a value that satisfies unknown.
Related types: —
Throws
No thrown errors are documented for this declaration.
Related types
No package-local related types.
Source
View the secondary source reference