node-lib

@wtasnorg/node-lib


@wtasnorg/node-lib / FindValueMatch

Interface: FindValueMatch

Defined in: src/find-value.ts:10

Result produced when a matching value is found.

Properties

loc

loc: string

Defined in: src/find-value.ts:12

Dot-separated key path to the matched value.


val

val: unknown

Defined in: src/find-value.ts:14

The value that was matched.