tuil
ReferencePackages@mwillbanks/tuil-contentAPI

resolveJsonPath

function exported by @mwillbanks/tuil-content.

View rawEdit

function

Public function exported by @mwillbanks/tuil-content.

export function resolveJsonPath(value: unknown, path: string): unknown;

Members

This declaration has no public members.

Parameters

MemberTypeRequiredDescriptionRelated types
valueunknownYesSupplies the value value as unknown.
pathstringYesSupplies the path value as string.

Returns

unknown — Returns a value that satisfies unknown.

Related types: —

Throws

No thrown errors are documented for this declaration.

No package-local related types.

Source

View the secondary source reference

Package

@mwillbanks/tuil-content

On this page