rval icon indicating copy to clipboard operation
rval copied to clipboard

minimalistic transparent reactive programming library

Results 4 rval issues
Sort by recently updated
recently updated
newest added

This tweak improves the type safety on the exported api. There is one more trivial thing that I wanted to mention, not related to the above issue. In the core.ts...

Adding support for wallaby.js would allow developing/running tests in the editor. I've tested the below locally and can send a PR if needed. ```javascript process.env.BABEL_ENV = 'test' module.exports = function...

Hi, I was reading the documentation and I found some trivial errors(most of them are typos). I know that this repo is a WIP but this branch may help you...