RunKit + npm: find-and

node v10.24.1
endpointsharetweet
var findAnd = require("find-and") const data = { name: 'One', description: 'Description', children: [ { id: 1, name: 'Two', }, { id: 2, name: 'Three', }, ], }; findAnd.changeProps(data, { id: 2 }, { name: 'Foo' });
Created from: https://npm.runkit.com/find-and
Loading…