1.0.12 • Published 6 years ago
watcher-simple v1.0.12
Simple wathcer
🏠 Homepage
Install
npm install watcher-simpleTest
npm run testExamples
npm run startconst wrap = require("watcher-simple").default;
const target = [1];
const watchable = wrap(target);
watchable[0] = 2; // 0: 1 -> 2This README was generated with ❤️ by readme-md-generator