Plugin of snapy.
Filter properties from a snapshot, like timestamps.
test((snap) => {
snap({
obj: {
nested:{
notIncluded: false,
included: true
},
alsoNotIncluded: false
},
filter: "nested,-nested.notIncluded"
})
})
Copyright (c) 2017 Paul Pflugradt Licensed under the MIT license.