Skip to content

Documentation / @super-line/core / getField

Function: getField()

getField(row, path): unknown

Defined in: packages/core/src/query.ts:78

Read a dot-path field off a row (fast path for the common no-dot case). Missing ⇒ undefined.

Parameters

row

unknown

path

string

Returns

unknown

Released under the MIT License.