Table of Contents
Introduction
Operations
filter(object, path, predicate)
get(object, path)
insert(object, path, value)
insertAll(object, path, values)
map(object, path, transform)
pop(object, path)
popN(object, path, n)
push(object, path, value)
pushAll(object, path, values)
reduce(object, path, reducer)
remove(object, path)
removeN(object, path, n)
set(object, path, value)
shift(object, path)
shiftN(object, path, n)
unshift(object, path, value)
unshiftAll(object, path, values)
update(object, path, update)
Functions
apply(object, ops)
pipe(ops)
Change Log
Published with GitBook
Functions
Functions
Functions below can help to apply operations in functional way:
apply(object, ops)
pipe(ops)
results matching "
"
No results matching "
"