Classes that implements proxied objects for client, server data binding
Uses javascript Proxy and Reflect to observe changes to an object's properties
const testing = new Copepod('testing')
testing.bind((property,value) => {
console.log('changed:',property, value)
})
@author Michael Rhodes @license MIT Made in Barbados 🇧🇧 Copyright © 2020 Michael Rhodes
Install in your project
npm install @PelagicCreatures/Sargasso npm install @PelagicCreatures/Copepod
Quick HTML example using CDN:
```html
todo