Skip to content

JSONPath Tools / @jsonpath-tools/jsonpath / IndexOnlyArray

Interface: IndexOnlyArray<T>

Array that can only be read

Type Parameters

T

T

Indexable

ts
[index: number]: T

Properties

length

ts
readonly length: number;