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