Skip to content

simplyGits/strict-reactive-var

Repository files navigation

Thin strictly type checking wrapper around reactive-var.

Build Status

meteor add simply:strict-reactive-var
var val = new SReactiveVar(Number);
val.set(5);
val.set('kaas'); // throws

About

Thin strictly type checking wrapper around reactive-var.

Resources

License

Stars

Watchers

Forks

Packages

No packages published