RunKit + npm: delegable-proxy

node v6.17.1
endpointsharetweet
const DelegableProxy = require("delegable-proxy").default const example = [{'message': 'hello world'}] const data = DelegableProxy.wire(example, (action, pos) => { console.log('delegate call', action, pos) }) data.push({'message': 'hi there!'}) data.push({'message': 'knock knock!'})
Created from: https://runkit.com/npm/delegable-proxy
Loading…

no comments

    sign in to comment