Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 329 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 329 Bytes

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