pixi-wheels

readPath()

pixi-wheels


pixi-wheels / index / readPath

Function: readPath()

function readPath(source: unknown, path: string): unknown;

Defined in: adapter/targetAdapter.ts:30

Read a dotted path (a.b.0.c) off an object. Throws when a step is missing.

Parameters#

ParameterType
sourceunknown
pathstring

Returns#

unknown