JSONPath Tools / @jsonpath-tools/jsonpath / PushOnlyArray
Interface: PushOnlyArray<T>
Array that can only be read and pushed into.
Type Parameters
T
T
Indexable
ts
[index: number]: TProperties
length
ts
readonly length: number;Methods
push()
ts
push(...value): voidParameters
value
...T[]
Returns
void