tonic + npm: reactive-property

node v0.12.18
endpointsharetweet
var ReactiveProperty = require("reactive-property"); var a = ReactiveProperty(5); a(10); console.log(a());
Created from: https://tonicdev.com/npm/reactive-property
Loading…

no comments

    sign in to comment