Would you like to clone this notebook?

When you clone a notebook you are able to make changes without affecting the original notebook.

Cancel

Will Mutate Demo

node v14.20.1
version: master
endpointsharetweet
const proxify = require("will-mutate/proxify"); function foo () { // Setup const target = { array: [], }; const targetProxy = proxify(target, {deep: true}); // Mutation targetProxy.array.push("Test"); } // Run foo();
Loading…

no comments

    sign in to comment